diff --git a/CHANGELOG.md b/CHANGELOG.md index 711992c..1b52023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.6.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.6.2...v1.6.2) +## [v1.7.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.6.2...v1.7.0) ### Merged +- build(deps): bump codecov/codecov-action from 4 to 5 [`#943`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/943) - docs: add missing 'different' word into the code example comment [`#984`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/984) - build(deps-dev): bump axios from 1.8.2 to 1.8.3 [`#988`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/988) - build(deps-dev): bump @types/node from 22.13.9 to 22.13.10 [`#987`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/987) @@ -67,7 +68,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- docs: update changelog [`2608bc0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2608bc094774a37014e73c3c6e275e94ef000fcc) +- feat: `location` and `Cache-Control: private` [`1178d33`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1178d334dc82d3c8ff2610c4dbcaf7738e1c4893) - fix: check types on CI run [`cf3a377`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cf3a3774d288d2b39c1202553795ce68a145c294) +- fix: fix pkg json [`c6b4911`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c6b4911b0a97f9f872ca360c712aa0e51f83aed1) +- fix: typing issues with axios >= 11.7.8 (#953) [`ff5589f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ff5589f9fb244b4d28be60a4cc2abf2db38586f3) +- style: format code [`38c393f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/38c393fc77e05acac9e7fb1b6b8ca209e765095a) ## [v1.6.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/1.6.1...v1.6.2) - 2024-10-22 diff --git a/docs/src/others/changelog.md b/docs/src/others/changelog.md index 711992c..1b52023 100644 --- a/docs/src/others/changelog.md +++ b/docs/src/others/changelog.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.6.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.6.2...v1.6.2) +## [v1.7.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.6.2...v1.7.0) ### Merged +- build(deps): bump codecov/codecov-action from 4 to 5 [`#943`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/943) - docs: add missing 'different' word into the code example comment [`#984`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/984) - build(deps-dev): bump axios from 1.8.2 to 1.8.3 [`#988`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/988) - build(deps-dev): bump @types/node from 22.13.9 to 22.13.10 [`#987`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/987) @@ -67,7 +68,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- docs: update changelog [`2608bc0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2608bc094774a37014e73c3c6e275e94ef000fcc) +- feat: `location` and `Cache-Control: private` [`1178d33`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1178d334dc82d3c8ff2610c4dbcaf7738e1c4893) - fix: check types on CI run [`cf3a377`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cf3a3774d288d2b39c1202553795ce68a145c294) +- fix: fix pkg json [`c6b4911`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c6b4911b0a97f9f872ca360c712aa0e51f83aed1) +- fix: typing issues with axios >= 11.7.8 (#953) [`ff5589f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ff5589f9fb244b4d28be60a4cc2abf2db38586f3) +- style: format code [`38c393f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/38c393fc77e05acac9e7fb1b6b8ca209e765095a) ## [v1.6.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/1.6.1...v1.6.2) - 2024-10-22 diff --git a/package.json b/package.json index 13d13f2..d8cc2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "1.6.2", + "version": "1.7.0", "description": "Cache interceptor for axios", "keywords": ["axios", "cache", "interceptor", "adapter", "http", "plugin", "wrapper"], "homepage": "https://axios-cache-interceptor.js.org",