mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2026-02-01 14:32:40 +00:00
tag: v0.10.2
This commit is contained in:
parent
7b4d622582
commit
2fe8129aba
28
CHANGELOG.md
28
CHANGELOG.md
@ -7,11 +7,37 @@ 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.10.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.0...v0.10.1)
|
||||
## [v0.10.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.1...v0.10.2)
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 [`#187`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/187)
|
||||
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.31 to 0.3.33 [`#185`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/185)
|
||||
- chore(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 [`#186`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/186)
|
||||
- chore(deps-dev): bump typescript from 4.6.2 to 4.6.3 [`#188`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/188)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.16.0 [`#183`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/183)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#184`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/184)
|
||||
- chore(deps): bump object-code from 1.2.0 to 1.2.2 [`#182`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/182)
|
||||
- chore(deps): bump fast-defer from 1.1.5 to 1.1.7 [`#181`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/181)
|
||||
- chore(deps): bump cache-parser from 1.2.2 to 1.2.4 [`#180`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/180)
|
||||
- chore(deps-dev): bump prettier from 2.5.1 to 2.6.0 [`#178`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/178)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#175`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/175)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 5.14.0 to 5.15.0 [`#176`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/176)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: fixed escheck script [`4e93728`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4e9372810a0da7a9ca9ce371197fb25a1ba993e6)
|
||||
- docs: added runkit comment [`f25bff6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f25bff6d1c1bdf46829be3cb3ee6995716246b2c)
|
||||
- docs: updated download urls [`b98f4b0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b98f4b01998021453b2179aecc37ee53954366c9)
|
||||
- fix: fixed bug when a pending request had it cached empty (#165) [`0a00778`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0a00778065e8541ea886a8ec7fa588f4657c7610)
|
||||
- style: formatted code [`b44c6b3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b44c6b355030abc75d2363079a434474a51add8a)
|
||||
|
||||
## [v0.10.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.0...v0.10.1) - 2022-03-14
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: fixed build setup [`f37574b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f37574b90a891f0d81334e3163ed8c382ca8a58e)
|
||||
- tag: v0.10.1 [`56a9841`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/56a9841269f29b0d2aa517171717aa88fb9934ee)
|
||||
|
||||
## [v0.10.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.3...v0.10.0) - 2022-03-14
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "Cache interceptor for axios",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.cjs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user