tag: v0.2.8

This commit is contained in:
Arthur Fiorette 2021-09-30 18:27:50 -03:00
parent b7794d560d
commit a7f211d370
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ 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.9](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.9)
## [v0.2.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8)
### Merged
@ -22,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits
- fix: delete waiting object after resolving it [`7d5257e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7d5257eee1ceb68a7bd88ed96391c55b9f082541)
- tag: v0.2.9 [`b7794d5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b7794d560d1428ae9e7eecc83aef03a980e9e468)
## [v0.2.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7) - 2021-09-26

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.2.9",
"version": "0.2.8",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {