Skip to content

Commit

Permalink
Merge pull request #5 from soywod/develop
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
soywod committed May 27, 2022
2 parents e4fcd9d + 1543415 commit 64c05f9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-use-bireducer",
"author": "soywod <[email protected]>",
"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",
Expand Down

0 comments on commit 64c05f9

Please sign in to comment.