Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrussell committed Apr 26, 2016
1 parent 242d34a commit cfd11c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.3.0...master)
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.4.0...master)
- Nothing yet

## [0.4](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.3.0...v0.4.0)
- **Feature:** Adds React Native support [#33](https://github.com/mjrussell/redux-auth-wrapper/pull/33)

## [0.3](https://github.com/mjrussell/redux-auth-wrapper/compare/v0.2.1...v0.3.0)
- **Feature:** Adds `ownProps` param to `authSelector` [#21](https://github.com/mjrussell/redux-auth-wrapper/pull/21)
- **Feature:** Adds `onEnter` function for Server Side Rendering support [#19](https://github.com/mjrussell/redux-auth-wrapper/pull/19)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-auth-wrapper",
"version": "0.3.0",
"version": "0.4.0",
"description": "A utility library for handling authentication and authorization for redux and react-router",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit cfd11c7

Please sign in to comment.