Skip to content

Commit

Permalink
tag: v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 30, 2021
1 parent 7d5257e commit b7794d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7)
## [v0.2.9](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.9)

### Merged

- chore(deps-dev): bump jest from 27.2.3 to 27.2.4 [`#27`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/27)
- chore(deps-dev): bump @types/node from 16.10.1 to 16.10.2 [`#28`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/28)
- chore(deps-dev): bump jest from 27.2.2 to 27.2.3 [`#26`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/26)
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#25`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/25)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#24`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/24)
- chore(deps-dev): bump jest from 27.2.1 to 27.2.2 [`#23`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/23)
- chore(deps-dev): bump @types/node from 16.9.6 to 16.10.1 [`#22`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/22)

### Commits

- fix: delete waiting object after resolving it [`7d5257e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7d5257eee1ceb68a7bd88ed96391c55b9f082541)

## [v0.2.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7) - 2021-09-26

### Commits

Expand All @@ -16,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- tag: v0.2.7 [`bc1aa19`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bc1aa194436c4aa9e0b24f5e9d24970d50f4f986)

## [v0.2.6](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.5...v0.2.6) - 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.7",
"version": "0.2.9",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b7794d5

Please sign in to comment.