diff --git a/CHANGELOG.md b/CHANGELOG.md index daacf99..a94b691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2019-09-18 + +### Fixed + +- Package release mechanism + ## [1.1.0] - 2019-09-18 ### Added @@ -35,7 +41,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.0...HEAD +[unreleased]: https://github.com/kripod/standard-hooks/compare/v1.1.1...HEAD +[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 [1.0.0]: https://github.com/kripod/standard-hooks/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 9de5ab6..aa481c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-hooks", - "version": "1.1.0", + "version": "1.1.1", "description": "Essential set of React Hooks for convenient Web API consumption.", "keywords": [ "react",