mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.7.7
This commit is contained in:
parent
065b6eff74
commit
c611b42231
14
CHANGELOG.md
14
CHANGELOG.md
@ -7,7 +7,18 @@ 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.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6)
|
||||
## [v0.7.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.6...v0.7.7)
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @types/node from 17.0.4 to 17.0.5 [`#94`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/94)
|
||||
|
||||
### Commits
|
||||
|
||||
- refactor: deprecated `useCache` in favor of `createCache` (#95) [`065b6ef`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/065b6eff743b2bc4ff37894e4434172eab8fbc62)
|
||||
- test: added one simple test [`fec63a8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fec63a84a7a504e6fc087140e316d77f6fdec3bc)
|
||||
|
||||
## [v0.7.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6) - 2021-12-26
|
||||
|
||||
### Merged
|
||||
|
||||
@ -33,6 +44,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- deps: updated cache-parser [`9a2e4bc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9a2e4bcba5ae41ee9f968012ade3d3a3631f6925)
|
||||
- deps: updated some dependencies [`0640141`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/06401413c4ed484144555cb255976f71ed579e8e)
|
||||
- perf: reduce bundle size and replaced babel by `ts-loader` [`6e25ba6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6e25ba6f9730fee6f889e97142970ec9c8c27593)
|
||||
- tag: v0.7.6 [`d6b2aff`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d6b2affcb7f29c1d937aacc82775855ca2604139)
|
||||
|
||||
## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5) - 2021-12-13
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.7.6",
|
||||
"version": "0.7.7",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "./dist/index.js",
|
||||
"browser": "./dist/index.min.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user