mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.7.5
This commit is contained in:
parent
9044495bb3
commit
d3888fc61f
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user