Skip to content

Commit

Permalink
updated changelog with default action prefixing update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Svrček committed Sep 12, 2016
1 parent 733eb7f commit c828826
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,5 +1,8 @@
# CHANGELOG

## 3.0.0 ( Sep 8, 2016 )
- changed default action prefixing

## 2.0.0 ( Aug 10, 2016 )
- changes to support [email protected]
- removed enhanced getState function as first interceptor argument
Expand All @@ -18,4 +21,4 @@
- Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options

## 1.0.0
- first stable version of middleware
- first stable version of middleware
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-axios-middleware",
"version": "2.0.0",
"version": "3.0.0",
"description": "Redux middleware for fetching data with axios HTTP client",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c828826

Please sign in to comment.