Skip to content

Commit

Permalink
tag: v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jun 30, 2022
1 parent 8eb6116 commit 8e3031e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,35 @@ 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.10.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.4...v0.10.5)
## [v0.10.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.5...v0.10.6)

### Merged

- fix: cache update not being executed correctly [`#283`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/283)
- chore(deps-dev): bump @typescript-eslint/parser from 5.29.0 to 5.30.0 [`#282`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/282)
- chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.1.0 [`#280`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/280)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#281`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/281)
- chore(deps-dev): bump ts-loader from 9.3.0 to 9.3.1 [`#278`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/278)
- chore(deps-dev): bump @types/jest from 28.1.2 to 28.1.3 [`#276`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/276)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#275`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/275)
- chore(deps-dev): bump @typescript-eslint/parser from 5.28.0 to 5.29.0 [`#274`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/274)
- chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 [`#271`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/271)
- chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 [`#272`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/272)
- chore(deps-dev): bump @types/jest from 28.1.1 to 28.1.2 [`#273`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/273)
- chore(deps-dev): bump prettier-plugin-organize-imports [`#270`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/270)
- chore(deps-dev): bump prettier from 2.7.0 to 2.7.1 [`#269`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/269)
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 [`#266`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/266)
- chore(deps-dev): bump ts-jest from 28.0.4 to 28.0.5 [`#265`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/265)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#268`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/268)
- chore(deps-dev): bump prettier from 2.6.2 to 2.7.0 [`#267`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/267)
- chore(deps-dev): bump webpack-cli from 4.9.2 to 4.10.0 [`#264`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/264)

### Commits

- deps: updated dependencies [`8eb6116`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8eb611677313339bc8d4c11dbbeb35fe7bf1ab11)
- docs: updated version [`955f34c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/955f34c4d87ae9755c2accedb57a61d62f836470)

## [v0.10.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.4...v0.10.5) - 2022-06-11

### Merged

Expand All @@ -29,6 +57,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: better override documentation [`338c9a6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/338c9a688853fbac62450c165bf1baed83e709e7)
- feat: override cache option [`268fccb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/268fccb9356bd73f36fc53b9d453eaf578c71498)
- feat: remove remnant x-axios-headers from server response [`d87307a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d87307ae9361bc5ee761fb1af87e3409457832e2)
- tag: v0.10.5 [`30617dd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/30617dd104a82b104183f2fd44152d5ce2974608)

## [v0.10.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.3...v0.10.4) - 2022-06-03

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.10.5",
"version": "0.10.6",
"description": "Cache interceptor for axios",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 8e3031e

Please sign in to comment.