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

Commit b432235

Browse files
committed
v5.1.1
1 parent 07f5210 commit b432235

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.1.1] - 2023-12-14
11+
1012
### Changed
1113

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

140142
- Initial release
141143

142-
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...HEAD
144+
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.1...HEAD
145+
[5.1.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...v5.1.1
143146
[5.1.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.1...v5.1.0
144147
[5.0.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...v5.0.1
145148
[5.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-persist-transform-encrypt",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Encrypt your Redux store.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)