diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e80ed..eb1fc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 5.0.7 + - Publish latest build + ## 5.0.6 - Re-export constants from reducer (thanks @MasterOdin) diff --git a/package.json b/package.json index 28f4987..d5aac74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-loading-bar", - "version": "5.0.6", + "version": "5.0.7", "description": "Simple Loading Bar for Redux and React", "main": "build/index.js", "typings": "index.d.ts",