tag: v0.3.0

This commit is contained in:
Hazork 2021-10-09 18:04:31 -03:00
parent 52689e24f4
commit ca491d873e
2 changed files with 21 additions and 2 deletions

View File

@ -7,7 +7,25 @@ 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.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8)
## [v0.3.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0)
### Merged
- chore(deps-dev): bump @types/node from 16.10.2 to 16.10.3 [`#32`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/32)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#30`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/30)
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#31`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/31)
### Commits
- deps: updated yarn.lock [`1489a7c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1489a7c0ead908e45142bd2b13a02b541781b2b3)
- deps!: updated axios to v0.22 [`ebe313f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ebe313fac625733215acd3ea5916674cf0b4abf6)
- docs: correct tag names [`d961485`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d9614853da508d80177574e962bbb51e19f3c98e)
- docs: table of contents [`6fa0e7b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6fa0e7b602ae1eb7a1b7b631f85d4ef864364295)
- fix: axios package also as dev deps [`12c207d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/12c207daedae2cdcc0569d31e4cfc1d21512441f)
- fix: removed implict never [`52689e2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519)
- style: prettified code [`50de35d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/50de35d3baa099d237fc980c3510472a3d67b29d)
## [v0.2.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) - 2021-09-30
### Merged
@ -22,6 +40,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.8 [`a7f211d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a7f211d3703feb61dac2d1effa6c425f7f181104)
- 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.8",
"version": "0.3.0",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {