Skip to content

Commit 44d98e7

Browse files
committed
Version 0.2.1
1 parent 1a08521 commit 44d98e7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.2.0...master)
1+
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.2.1...master)
22
Nothing yet
33

4+
## [0.2.1](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.2.0...v0.2.1)
5+
- router context is only required if no redirectAction
6+
47
## [0.2.0](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.2.0...v0.1.1)
5-
- **Feature:** new replaceAction config arg, removes dependency on a redux-routing impl [#13](https://github.com/mjrussell/redux-auth-wrapper/issues/13)
8+
- **Feature:** new redirectAction config arg, removes dependency on a redux-routing impl [#13](https://github.com/mjrussell/redux-auth-wrapper/issues/13)
69
- **Feature:** New config object syntax for AuthWrapper [#12](https://github.com/mjrussell/redux-auth-wrapper/issues/12)
710
- **Deprecation:** Deprecates AuthWrapper args syntax [#12](https://github.com/mjrussell/redux-auth-wrapper/issues/12)
811
- **Feature:** Hoists wrapped component's statics up to the returned component

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-auth-wrapper",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A utility library for handling authentication and authorization for redux and react-router",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)