This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 5.1.0] - 2023-12-09
11
+
10
12
### Changed
11
13
12
14
- 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
133
135
134
136
- Initial release
135
137
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
137
140
[ 5.0.1 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...v5.0.1
138
141
[ 5.0.0 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0
139
142
[ 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 1
1
{
2
2
"name" : " redux-persist-transform-encrypt" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.1.0 " ,
4
4
"description" : " Encrypt your Redux store." ,
5
5
"type" : " module" ,
6
6
"exports" : {
You can’t perform that action at this time.
0 commit comments