tag: v0.8.7

This commit is contained in:
arthurfiorette 2022-02-08 07:01:10 -03:00
parent ca033eb8d3
commit b39a54b84b
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 9 additions and 2 deletions

View File

@ -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.8.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.5...v0.8.6)
## [v0.8.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.6...v0.8.7)
### Commits
- no: way that I did that [`ca033eb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ca033eb8d382bf69583597065a024b1efb3881b6)
## [v0.8.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.5...v0.8.6) - 2022-02-08
### Merged
@ -37,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updated benchmark [`27b9a49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/27b9a4972cb3bd56f1246db5b5e15136b7bd07e9)
- docs: updated download urls [`95dc96c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/95dc96c83ef7258c0003fbb878d8e3dd52af3f4f)
- style: formatted code [`1f884e9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1f884e9de54aae06d64fa8359bbc0b562799ffb6)
- tag: v0.8.6 [`372f892`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/372f892b9c135e2e80faa077f51f8ecee96c89e4)
## [v0.8.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.4...v0.8.5) - 2022-01-23

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.8.6",
"version": "0.8.7",
"description": "Cache interceptor for axios",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",