diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d915366..4d36824b 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.7.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.3...v0.7.0-beta1) +## [v0.7.0-beta2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta1...v0.7.0-beta2) + +### Commits + +- fix: fixed package.json bundle index name [`ae77e6a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ae77e6acba506e6405d8410357960848dd3a8578) + +## [v0.7.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.3...v0.7.0-beta1) - 2021-12-08 ### Merged @@ -26,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat!: removed createCache function [`60ad91e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/60ad91e676a3b81f9464c6be4568060d2fcde818) - fix: fixed tests [`b9b4f79`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b9b4f7972f3f911faa7f8b02abb0669e274f843f) - perf: removed `tslib` and `typed-core` in favor of `fast-defer` [`07ec645`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/07ec645a9d77cc01791c99116247e781855cb470) +- tag: v0.7.0-beta1 [`6a67d4c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6a67d4c2bd0ff8eb5abdda04054a28792d88897a) ## [v0.6.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.2...v0.6.3) - 2021-12-02 diff --git a/package.json b/package.json index e5541c47..0e83bfd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.7.0-beta1", + "version": "0.7.0-beta2", "description": "Cache interceptor for axios", "main": "./dist/index.js", "browser": "./dist/index.bundle.js",