diff --git a/CHANGELOG.md b/CHANGELOG.md index d13e4e4..e4b234c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0-0](https://github.com/simoneb/axios-hooks/compare/v1.4.1...v1.5.0-0) (2019-10-22) + + +### Features + +* maintain referential integrity of refetch function ([1c4c5ac](https://github.com/simoneb/axios-hooks/commit/1c4c5acdd56f5597269a0d9ae321daf2e587f5c8)) + + +### Bug Fixes + +* typing of serializeCache function ([3040b80](https://github.com/simoneb/axios-hooks/commit/3040b80696e7ab9df07f64ac6c5beacc276178cd)) + ### [1.4.1](https://github.com/simoneb/axios-hooks/compare/v1.3.0...v1.4.1) (2019-10-19) diff --git a/package-lock.json b/package-lock.json index bd3eb35..c82b2e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "axios-hooks", - "version": "1.4.1", + "version": "1.5.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 439f3f8..63b08ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-hooks", - "version": "1.4.1", + "version": "1.5.0-0", "description": "axios-hooks", "keywords": [ "axios",