tag: v0.8.9

This commit is contained in:
arthurfiorette 2022-02-14 17:05:30 -03:00
parent 656c0b0d04
commit 00e1a8bc4c
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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",