diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8c4b2..d603cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0) +## [v0.5.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.5.0...v0.5.1) + +### Commits + +- refactor: better typings for axios 0.24 [`bf891bd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bf891bdd095cc7c2dd5363ac6c5207192c70954a) + +## [v0.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0) - 2021-10-28 ### Merged @@ -19,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - merge: merged code [`312ff64`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/312ff64bfe321a9ef5c3fe12251aabbc90306b34) - merge: merged code [`b3f832c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b3f832cb07337a2631aae8aa496402645f72ec39) - style: prettified code [`0058cd5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0058cd577117af99ed749019a876085dad211713) +- tag: v0.5.0 [`3ca29dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ca29dcf15ffb0ed4215d08968a68a8146515e47) - tag: v0.5.0 [`a50c0b6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a50c0b689d26233c88e4d2bf8d323d5d6149114d) ## [v0.4.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1) - 2021-10-25 diff --git a/package.json b/package.json index 7933dcc..71b8c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.5.0", + "version": "0.5.1", "description": "Cache interceptor for axios", "main": "./dist/index.js", "types": "./types/index.d.ts",