diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9559..04dc406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,25 @@ 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.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.7...v0.8.8) +## [v0.8.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.8...v0.8.9) + +### Merged + +- chore(deps-dev): bump eslint from 8.8.0 to 8.9.0 [`#142`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/142) +- chore(deps-dev): bump jest from 27.5.0 to 27.5.1 [`#140`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/140) + +### Commits + +- 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) + +## [v0.8.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.7...v0.8.8) - 2022-02-08 ### Commits - fix: now npmignore is happy [`79ab592`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/79ab5927a9eea49ca1b2950d09e4a5e0163ec1f5) +- tag: v0.8.8 [`f4276a5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f4276a522dda2b811e14c2de9a81e7718899aab8) ## [v0.8.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.6...v0.8.7) - 2022-02-08 diff --git a/package.json b/package.json index e844840..b056476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.8.8", + "version": "0.8.9", "description": "Cache interceptor for axios", "main": "./cjs/index.js", "types": "./cjs/index.d.ts",