Skip to content

Commit

Permalink
Bump version and few more doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Russell committed Jan 3, 2020
1 parent 0ae62b2 commit e8954c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v2.1.0...HEAD)
Nothing yet
## [HEAD](https://github.com/mjrussell/redux-auth-wrapper/compare/v3.0.0...HEAD)
-Nothing yet

## [3.0.0](https://github.com/mjrussell/redux-auth-wrapper/compare/v2.1.0...v3.0.0)
- **Breaking Change:** Fix deprecated lifecyle method for react 16.3+ support[#250](https://github.com/mjrussell/redux-auth-wrapper/pull/250) (contributed by @JackHowa)
- Dependency upgrades for react 16.3 support

## [2.1.0](https://github.com/mjrussell/redux-auth-wrapper/compare/v2.0.3...v2.1.0)
- Upgrade deps and relax bounds [#244](https://github.com/mjrussell/redux-auth-wrapper/pull/244)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ redux-auth-wrapper is a utility library for handling authentication and authoriz
Read the documentation at https://mjrussell.github.io/redux-auth-wrapper

## Version 3
Version 3.x has the same external API as version 2, however it only supports React > 16.3. It has also been tested with react-router v5 and [connected-react-router](https://github.com/supasate/connected-react-router) which replaced [react-router-redux](https://github.com/reactjs/react-router-redux).
Version 3.x has the same external API as version 2, however it only supports React >= 16.3. It is also tested with react-router v5 and [connected-react-router](https://github.com/supasate/connected-react-router) which replaced [react-router-redux](https://github.com/reactjs/react-router-redux).

## Version 2

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": "2.1.0",
"version": "3.0.0",
"main": "index.js",
"description": "A utility library for handling authentication and authorization for redux and react-router",
"scripts": {
Expand Down

0 comments on commit e8954c4

Please sign in to comment.