Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 64c05f9

Browse files
authored
Merge pull request #5 from soywod/develop
Release v1.1.1
2 parents e4fcd9d + 1543415 commit 64c05f9

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2022-05-27
11+
1012
### Removed
1113

12-
- Removed unnecessary Nix deps
14+
- Unnecessary Nix deps.
1315

1416
### Fixed
1517

16-
- Fixed invalid React peer deps versions
18+
- Invalid React peer deps versions.
1719

1820
## [1.1.0] - 2022-05-27
1921

@@ -28,29 +30,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830

2931
## [1.0.5] - 2022-05-26
3032

31-
### Fixed
33+
### Changed
3234

3335
- Export only UMD and ESM formats.
3436

3537
## [1.0.4] - 2022-05-26
3638

37-
### Fix
39+
### Fixed
3840

39-
- Fix modern js export.
41+
- Modern js export.
4042

4143
## [1.0.3] - 2022-05-26
4244

43-
### Fix
45+
### Fixed
4446

45-
- Fix Microbundle export names.
47+
- Microbundle export names.
4648

4749
## [1.0.2] - 2022-05-26
4850

51+
### Added
52+
53+
- Default export.
54+
4955
## [1.0.1] - 2022-05-26
5056

57+
### Added
58+
59+
- Readme.
60+
61+
### Fixed
62+
63+
- Microbundle exports.
64+
5165
## [1.0.0] - 2022-05-26
5266

53-
[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.1.0...HEAD
67+
### Added
68+
69+
- [TypeScript](https://www.typescriptlang.org/) and [Microbundle](https://github.com/developit/microbundle).
70+
71+
[unreleased]: https://github.com/soywod/react-use-bireducer/compare/v1.1.1...HEAD
72+
[1.1.1]: https://github.com/soywod/react-use-bireducer/compare/v1.1.0...v1.1.1
5473
[1.1.0]: https://github.com/soywod/react-use-bireducer/compare/v1.0.5...v1.1.0
5574
[1.0.5]: https://github.com/soywod/react-use-bireducer/compare/v1.0.4...v1.0.5
5675
[1.0.4]: https://github.com/soywod/react-use-bireducer/compare/v1.0.3...v1.0.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-use-bireducer",
33
"author": "soywod <clement.douin@posteo.net>",
44
"description": "React hook for managing effectful reducers.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"license": "MIT",
77
"source": "src/index.ts",
88
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)