mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.2.7
This commit is contained in:
parent
9d33ad61d0
commit
bc1aa19443
13
CHANGELOG.md
13
CHANGELOG.md
@ -7,12 +7,23 @@ 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.2.6](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.5...v0.2.6)
|
||||
## [v0.2.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: updated tsconfig [`9ea72dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9ea72dca5b86e8f0ab15047e937e15b686b2fe0d)
|
||||
- fix: force import type to help compilation tools [`f8adcc4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f8adcc4352e9ee408f51cbdcd4a431527d549f6e)
|
||||
- refactor: removed double if [`9d33ad6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9d33ad61d05c171c66a55873de6ef790af896626)
|
||||
- refactor: renamed interceptor apply method [`c70bf3a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c70bf3ac41925dfe3b807cbf35f252327b2d0bf0)
|
||||
- refactor: use for in instead of Object.entries [`5b9847d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b9847d5172700b09b8f535931d15ab7c264edf0)
|
||||
|
||||
## [v0.2.6](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.5...v0.2.6) - 2021-09-26
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: only run codeql when js files are changed [`b861277`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b861277b9f73b525429f8fb320602210a4177547)
|
||||
- refactor: use the same object for both properties [`47349df`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/47349df09ff56b1067b68a5dc6fc17dd9fc5c4f0)
|
||||
- tag: v0.2.6 [`9c1f74f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9c1f74f4d111522d5ccb3e74402784e72083e30e)
|
||||
|
||||
## [v0.2.5](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.4...v0.2.5) - 2021-09-23
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user