diff --git a/CHANGELOG.md b/CHANGELOG.md index 14929118..c17a9a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,39 @@ 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.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.5...v0.10.6) +## [v0.10.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.6...v0.10.7) + +### Merged + +- feat: cache updater function for multiple keys. [`#304`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/304) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#307`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/307) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.31.0 [`#306`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/306) +- chore(deps-dev): bump webpack from 5.73.0 to 5.74.0 [`#305`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/305) +- chore(deps): bump terser from 5.12.1 to 5.14.2 [`#302`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/302) +- chore(deps-dev): bump es-check from 6.2.1 to 7.0.0 [`#303`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/303) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#300`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/300) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.6 to 5.30.7 [`#301`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/301) +- chore(deps-dev): bump @types/jest from 28.1.5 to 28.1.6 [`#298`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/298) +- chore(deps-dev): bump eslint from 8.19.0 to 8.20.0 [`#297`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/297) +- chore(deps-dev): bump ts-jest from 28.0.5 to 28.0.7 [`#299`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/299) +- chore(deps-dev): bump jest-environment-jsdom from 28.1.2 to 28.1.3 [`#295`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/295) +- chore(deps-dev): bump jest from 28.1.2 to 28.1.3 [`#294`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/294) +- chore(deps-dev): bump @types/jest from 28.1.4 to 28.1.5 [`#293`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/293) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#292`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/292) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.5 to 5.30.6 [`#291`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/291) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.4 to 5.30.5 [`#289`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/289) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#290`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/290) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#288`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/288) +- chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 [`#287`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/287) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.0 to 5.30.4 [`#286`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/286) +- chore(deps-dev): bump @types/jest from 28.1.3 to 28.1.4 [`#285`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/285) +- chore(deps-dev): bump eslint-plugin-prettier from 4.1.0 to 4.2.1 [`#284`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/284) + +### Commits + +- docs: updated version [`c733dbd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c733dbddafa1157864ef81bc337bf2aa98fe9555) + +## [v0.10.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.5...v0.10.6) - 2022-06-29 ### Merged @@ -34,6 +66,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- tag: v0.10.6 [`8e3031e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8e3031e5708b5deefaa0f6aa9f92f3ee1b680626) ## [v0.10.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.4...v0.10.5) - 2022-06-11 diff --git a/package.json b/package.json index e71d8ef2..91119837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.10.6", + "version": "0.10.7", "description": "Cache interceptor for axios", "license": "MIT", "main": "./dist/index.cjs",