From 15434155914204b3c171c5b8f4fd6a58b5c07037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 27 May 2022 22:11:27 +0200 Subject: [PATCH] prepare v1.1.1 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e5c9f..8dffb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2022-05-27 + ### Removed -- Removed unnecessary Nix deps +- Unnecessary Nix deps. ### Fixed -- Fixed invalid React peer deps versions +- Invalid React peer deps versions. ## [1.1.0] - 2022-05-27 @@ -28,29 +30,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.5] - 2022-05-26 -### Fixed +### Changed - Export only UMD and ESM formats. ## [1.0.4] - 2022-05-26 -### Fix +### Fixed -- Fix modern js export. +- Modern js export. ## [1.0.3] - 2022-05-26 -### Fix +### Fixed -- Fix Microbundle export names. +- Microbundle export names. ## [1.0.2] - 2022-05-26 +### Added + +- Default export. + ## [1.0.1] - 2022-05-26 +### Added + +- Readme. + +### Fixed + +- Microbundle exports. + ## [1.0.0] - 2022-05-26 -[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.1.0...HEAD +### Added + +- [TypeScript](https://www.typescriptlang.org/) and [Microbundle](https://github.com/developit/microbundle). + +[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/soywod/react-use-bireducer/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/soywod/react-use-bireducer/compare/v1.0.5...v1.1.0 [1.0.5]: https://github.com/soywod/react-use-bireducer/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/soywod/react-use-bireducer/compare/v1.0.3...v1.0.4 diff --git a/package.json b/package.json index a1b7a72..4b497aa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-use-bireducer", "author": "soywod ", "description": "React hook for managing effectful reducers.", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "source": "src/index.ts", "typings": "dist/index.d.ts",