This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments