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.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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments