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

Commit 682f0d8

Browse files
committed
v5.0.0
1 parent f3c4385 commit 682f0d8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.0.0] - 2023-03-25
11+
1012
### Changed
1113

1214
- Moved package to ESM
@@ -120,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120122

121123
- Initial release
122124

123-
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...HEAD
125+
[unreleased]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...HEAD
126+
[5.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0
124127
[4.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v3.0.1...v4.0.0
125128
[3.0.1]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v3.0.0...v3.0.1
126129
[3.0.0]: https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v2.0.1...v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-persist-transform-encrypt",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Encrypt your Redux store.",
55
"type": "module",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)