Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Dec 14, 2023
1 parent 07f5210 commit b432235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.1] - 2023-12-14

### Changed

- Moved `default` to the end of `exports` in `package.json`
Expand Down Expand Up @@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...HEAD
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.1...HEAD
[5.1.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-persist-transform-encrypt",
"version": "5.1.0",
"version": "5.1.1",
"description": "Encrypt your Redux store.",
"type": "module",
"exports": {
Expand Down

0 comments on commit b432235

Please sign in to comment.