Skip to content

Commit 8ab3e8c

Browse files
1.12.0
1 parent 71c5eba commit 8ab3e8c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v1.11.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.4...v1.11.4)
10+
## [v1.12.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.4...v1.12.0)
1111

1212
### Merged
1313

14+
- build(deps): bump rollup from 4.46.2 to 4.59.0 [`#1194`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1194)
15+
- fix: log debug message when non-Axios adapter errors leave deferred unsettled [`#1196`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1196)
16+
- Move tests to TS native [`#1197`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1197)
1417
- build(deps-dev): bump @types/node from 24.10.9 to 24.10.10 [`#1180`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1180)
1518
- build(deps-dev): bump @biomejs/biome from 2.3.12 to 2.3.13 [`#1177`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1177)
1619
- build(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.12 [`#1175`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1175)
@@ -24,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2427
- Fix formatting [`440d7b5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/440d7b520c71982251e34be94b5589eab3f53ec6)
2528
- Improvements to documentation [`8deb45a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8deb45a681ad1507aaa3f55664359f6fc592dbad)
2629
- Pin nodejs version to 24.13 [`bda5670`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bda5670968ece8a350ea33fd12fadf889dccb351)
30+
- Update changelog [`9a57583`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9a575831849f31b6bc562c98ab82acae02b12409)
2731
- Update dependencies [`956ff1f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/956ff1f86f767ff354bcfc29b1ddce42dade878e)
2832

2933
## [v1.11.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.3...v1.11.4) - 2026-01-21

docs/src/others/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v1.11.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.4...v1.11.4)
10+
## [v1.12.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.4...v1.12.0)
1111

1212
### Merged
1313

14+
- build(deps): bump rollup from 4.46.2 to 4.59.0 [`#1194`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1194)
15+
- fix: log debug message when non-Axios adapter errors leave deferred unsettled [`#1196`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1196)
16+
- Move tests to TS native [`#1197`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1197)
1417
- build(deps-dev): bump @types/node from 24.10.9 to 24.10.10 [`#1180`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1180)
1518
- build(deps-dev): bump @biomejs/biome from 2.3.12 to 2.3.13 [`#1177`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1177)
1619
- build(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.12 [`#1175`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1175)
@@ -24,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2427
- Fix formatting [`440d7b5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/440d7b520c71982251e34be94b5589eab3f53ec6)
2528
- Improvements to documentation [`8deb45a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8deb45a681ad1507aaa3f55664359f6fc592dbad)
2629
- Pin nodejs version to 24.13 [`bda5670`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bda5670968ece8a350ea33fd12fadf889dccb351)
30+
- Update changelog [`9a57583`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9a575831849f31b6bc562c98ab82acae02b12409)
2731
- Update dependencies [`956ff1f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/956ff1f86f767ff354bcfc29b1ddce42dade878e)
2832

2933
## [v1.11.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.11.3...v1.11.4) - 2026-01-21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-cache-interceptor",
3-
"version": "1.11.4",
3+
"version": "1.12.0",
44
"description": "Cache interceptor for axios",
55
"keywords": [
66
"axios",

0 commit comments

Comments
 (0)