From 8e3031e5708b5deefaa0f6aa9f92f3ee1b680626 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Wed, 29 Jun 2022 22:10:34 -0300 Subject: [PATCH] tag: v0.10.6 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39c84d2..14929118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index d420794e..53f597d8 100644 --- a/package.json +++ b/package.json @@ -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",