From c828826cce6b8b4d123cc6f0175e61f1f99c6dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Svrc=CC=8Cek?= Date: Mon, 12 Sep 2016 21:35:05 +0200 Subject: [PATCH] updated changelog with default action prefixing update --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6508c0f..baebc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 3.0.0 ( Sep 8, 2016 ) +- changed default action prefixing + ## 2.0.0 ( Aug 10, 2016 ) - changes to support axios@0.13 - removed enhanced getState function as first interceptor argument @@ -18,4 +21,4 @@ - Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options ## 1.0.0 -- first stable version of middleware \ No newline at end of file +- first stable version of middleware diff --git a/package.json b/package.json index 094859e..762cda4 100644 --- a/package.json +++ b/package.json @@ -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": {