diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e6025..817746b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,18 @@ 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.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6) +## [v0.7.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.6...v0.7.7) + +### Merged + +- chore(deps-dev): bump @types/node from 17.0.4 to 17.0.5 [`#94`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/94) + +### Commits + +- refactor: deprecated `useCache` in favor of `createCache` (#95) [`065b6ef`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/065b6eff743b2bc4ff37894e4434172eab8fbc62) +- test: added one simple test [`fec63a8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fec63a84a7a504e6fc087140e316d77f6fdec3bc) + +## [v0.7.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6) - 2021-12-26 ### Merged @@ -33,6 +44,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - deps: updated cache-parser [`9a2e4bc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9a2e4bcba5ae41ee9f968012ade3d3a3631f6925) - deps: updated some dependencies [`0640141`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/06401413c4ed484144555cb255976f71ed579e8e) - perf: reduce bundle size and replaced babel by `ts-loader` [`6e25ba6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6e25ba6f9730fee6f889e97142970ec9c8c27593) +- tag: v0.7.6 [`d6b2aff`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d6b2affcb7f29c1d937aacc82775855ca2604139) ## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5) - 2021-12-13 diff --git a/package.json b/package.json index a65a977..cf84671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.7.6", + "version": "0.7.7", "description": "Cache interceptor for axios", "main": "./dist/index.js", "browser": "./dist/index.min.js",