Skip to content

Commit

Permalink
tag: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 9, 2021
1 parent 52689e2 commit ca491d8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ca491d8

Please sign in to comment.