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

Commit 52e9317

Browse files
committed
v5.1.0
1 parent bb4bf91 commit 52e9317

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.0] - 2023-12-09
11+
1012
### Changed
1113

1214
- Replaced `main` and `types` with `exports` in `package.json` for better ESM compatibility
@@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133135

134136
- Initial release
135137

136-
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.1...HEAD
138+
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...HEAD
139+
[5.1.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.1...v5.1.0
137140
[5.0.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...v5.0.1
138141
[5.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0
139142
[4.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v3.0.1...v4.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.0.1",
3+
"version": "5.1.0",
44
"description": "Encrypt your Redux store.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)