Skip to content

Commit c828826

Browse files
author
Michal Svrček
committed
updated changelog with default action prefixing update
1 parent 733eb7f commit c828826

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 3.0.0 ( Sep 8, 2016 )
4+
- changed default action prefixing
5+
36
## 2.0.0 ( Aug 10, 2016 )
47
- changes to support axios@0.13
58
- removed enhanced getState function as first interceptor argument
@@ -18,4 +21,4 @@
1821
- Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options
1922

2023
## 1.0.0
21-
- first stable version of middleware
24+
- first stable version of middleware

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-axios-middleware",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Redux middleware for fetching data with axios HTTP client",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)