Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 19, 2019
1 parent 59401a1 commit fc5b46e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2019-09-19

### Fixed

- Missing 'main' field from package metadata (#25)

## [1.1.1] - 2019-09-18

### Fixed
Expand Down Expand Up @@ -41,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release, featuring 15 hooks

[unreleased]: https://github.com/kripod/standard-hooks/compare/v1.1.1...HEAD
[unreleased]: https://github.com/kripod/standard-hooks/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/kripod/standard-hooks/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/kripod/standard-hooks/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/kripod/standard-hooks/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/kripod/standard-hooks/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-hooks",
"version": "1.1.1",
"version": "1.1.2",
"description": "Essential set of React Hooks for convenient Web API consumption.",
"keywords": [
"react",
Expand Down

0 comments on commit fc5b46e

Please sign in to comment.