From fc5b46e48b75538582f4de65d764e9fd5914fd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Thu, 19 Sep 2019 02:00:49 +0200 Subject: [PATCH] Release v1.1.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6b3d2..9ba06ab 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.2] - 2019-09-19 + +### Fixed + +- Missing 'main' field from package metadata (#25) + ## [1.1.1] - 2019-09-18 ### Fixed @@ -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 diff --git a/package.json b/package.json index 0227199..c90dbdd 100644 --- a/package.json +++ b/package.json @@ -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",