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.1] - 2023-12-14
11
+
10
12
### Changed
11
13
12
14
- Moved ` default ` to the end of ` exports ` in ` package.json `
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
141
140
142
- Initial release
141
143
142
- [ unreleased ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...HEAD
144
+ [ unreleased ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.1...HEAD
145
+ [ 5.1.1 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.1.0...v5.1.1
143
146
[ 5.1.0 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.1...v5.1.0
144
147
[ 5.0.1 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v5.0.0...v5.0.1
145
148
[ 5.0.0 ] : https://github.com/maxdeviant/redux-persist-transform-encrypt/compare/v4.0.0...v5.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux-persist-transform-encrypt" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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