tag: v0.7.5

This commit is contained in:
arthurfiorette 2021-12-13 18:36:04 -03:00
parent 9044495bb3
commit d3888fc61f
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 10 additions and 2 deletions

View File

@ -7,12 +7,20 @@ 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.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.3...v0.7.4)
## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5)
### Commits
- chore: allow ESNext at development [`9044495`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9044495bb31a08a194ea2aaa551b23c688776cb5)
- docs: updated compiled-code section [`f3bd30c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f3bd30c2142b94b965a980aebc42925de460738b)
## [v0.7.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.3...v0.7.4) - 2021-12-13
### Commits
- chore: removed babel for node usage [`6ad7cfe`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6ad7cfe4cc6c144169280bfe5f2b76fa6df9d337)
- docs: added runkit example [`39520fa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/39520fa549f7fd026ddbce769129588a7b0f09ef)
- tag: v0.7.4 [`90d7148`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/90d7148ab8cccc1b5a92275f1645e3296e59e515)
## [v0.7.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.2...v0.7.3) - 2021-12-13

View File

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