diff --git a/CHANGELOG.md b/CHANGELOG.md index 04dc4062..347b9261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.8.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.8...v0.8.9) +## [v0.8.10](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.9...v0.8.10) + +### Merged + +- chore(deps-dev): bump webpack from 5.68.0 to 5.69.0 [`#146`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/146) + +### Commits + +- docs: updated benchmark [`97c38ba`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/97c38baca3029100812f0fdee23e6f039ba13bca) +- docs: updated download urls [`9d0d367`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9d0d367db8b7ab5e74e18e4caea355d0236f63f1) +- fix: peerDependencies warning (#145) [`031934a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/031934a1df6d2c3f3cc627290c6abdca053d98f4) + +## [v0.8.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.8...v0.8.9) - 2022-02-14 ### Merged @@ -19,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - deps: updated dev deps [`656c0b0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/656c0b0d0435aa4a79079fec9aa4f1e3048d0db6) - deps: upgrade axios to v0.26 [`b186839`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b1868397a3bb6b56671122c8f7ef14931b2c15b7) - docs: updated download urls [`102a02b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/102a02b445e55399a0d12a0567081ad97356df07) +- tag: v0.8.9 [`00e1a8b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/00e1a8bc4cc27a097a16442548039d64a55ac59d) ## [v0.8.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.7...v0.8.8) - 2022-02-08 diff --git a/package.json b/package.json index 8e8cb3b9..0e61508d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.8.9", + "version": "0.8.10", "description": "Cache interceptor for axios", "main": "./cjs/index.js", "types": "./cjs/index.d.ts",