tag: v0.7.3

This commit is contained in:
arthurfiorette 2021-12-13 15:42:34 -03:00
parent 86a576d7de
commit 47beacc09f
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 12 additions and 2 deletions

View File

@ -7,7 +7,16 @@ 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.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.1...v0.7.2)
## [v0.7.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.2...v0.7.3)
### Commits
- chore: defined package.json browser field [`3b40abd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3b40abd8de2fda163dee77fb138f31638568c0f6)
- deps: updated some dependencies [`86a576d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/86a576d7dec282efac44af05e798df669fdb7be0)
- deps: use `cache-parser` [`6ce658b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6ce658b053b4e40664a8ea76516131587b5adf10)
- refactor: better cache predicate function [`a77cde7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a77cde7e22d5fd5f7871b055d70065082d23a02c)
## [v0.7.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.1...v0.7.2) - 2021-12-11
### Commits
@ -18,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: externalized createCacheData function [`c3a0fea`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c3a0fea1bdd77f0d3123db5d7f07f463cc610239)
- refactor: made some methods static and public [`b4ad24d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b4ad24de482cb424c15771d4a4df712d5d448f64)
- style: fixed prettier plugin order [`6929b02`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6929b021e06763a089c7bb376551eca8de3da1b9)
- tag: v0.7.2 [`795d706`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/795d7067f59050ca951148e6284c8c8102c6e6a8)
## [v0.7.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0...v0.7.1) - 2021-12-09

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.7.2",
"version": "0.7.3",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.bundle.js",