Skip to content

Commit 066cc4f

Browse files
feat: v1.2.0
1 parent 0cca290 commit 066cc4f

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,29 @@ 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.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
10+
## [v1.2.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.1...v1.2.0)
11+
12+
### Merged
13+
14+
- chore(deps-dev): bump eslint from 8.34.0 to 8.42.0 [`#551`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/551)
15+
- chore(deps-dev): bump jest-environment-jsdom from 29.4.3 to 29.5.0 [`#553`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/553)
16+
- chore(deps-dev): bump @types/node from 18.13.0 to 18.16.16 [`#552`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/552)
17+
- chore(deps-dev): bump tslib from 2.5.0 to 2.5.3 [`#550`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/550)
18+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#549`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/549)
19+
- docs: cachePredicate status codes follows RFC 7231 [`#547`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/547)
20+
21+
### Commits
22+
23+
- chore: updated dependencies [`c7dab4f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c7dab4fa57b987f326c90d6e39977e57ee8a0324)
24+
- fix: avoid git checks while publishing [`2d2696d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d2696dadee4115f094efd2a6ef910f8fb1e4c38)
25+
- fix: correct canStale checks (#543) [`82182bf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/82182bf7f8d9af24c856d346b70e2b522f74190a)
26+
- fix: correct lowercase test [`7e5ca7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7e5ca7e68a5ee7e29fbbf09c7ff2412587e3d0c7)
27+
- fix: support max-stale on header interpreter (#543) [`683dbe0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/683dbe0f22fb991f001c0710c193217e96cff187)
28+
- style: formatted code [`0cca290`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0cca290f0b1e09ef46c39fb02c01a2fabc895538)
29+
- style: formatted code [`a5f071d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a5f071dbd93180000e5ffd1234844ffbe0dfa159)
30+
- style: formatted code [`a7405e1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7405e1460a44d7faa65019d8910e686de3ef28c)
31+
32+
## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1) - 2023-05-25
1133

1234
### Merged
1335

@@ -18,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1840
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
1941
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
2042
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
43+
- feat: v1.1.1 [`143d409`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/143d4095df0e72cad986d1c5d8b28ea21bf847d9)
2144
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
2245
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
2346
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)

docs/src/others/changelog.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,29 @@ 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.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
10+
## [v1.2.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.1...v1.2.0)
11+
12+
### Merged
13+
14+
- chore(deps-dev): bump eslint from 8.34.0 to 8.42.0 [`#551`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/551)
15+
- chore(deps-dev): bump jest-environment-jsdom from 29.4.3 to 29.5.0 [`#553`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/553)
16+
- chore(deps-dev): bump @types/node from 18.13.0 to 18.16.16 [`#552`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/552)
17+
- chore(deps-dev): bump tslib from 2.5.0 to 2.5.3 [`#550`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/550)
18+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#549`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/549)
19+
- docs: cachePredicate status codes follows RFC 7231 [`#547`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/547)
20+
21+
### Commits
22+
23+
- chore: updated dependencies [`c7dab4f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c7dab4fa57b987f326c90d6e39977e57ee8a0324)
24+
- fix: avoid git checks while publishing [`2d2696d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d2696dadee4115f094efd2a6ef910f8fb1e4c38)
25+
- fix: correct canStale checks (#543) [`82182bf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/82182bf7f8d9af24c856d346b70e2b522f74190a)
26+
- fix: correct lowercase test [`7e5ca7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7e5ca7e68a5ee7e29fbbf09c7ff2412587e3d0c7)
27+
- fix: support max-stale on header interpreter (#543) [`683dbe0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/683dbe0f22fb991f001c0710c193217e96cff187)
28+
- style: formatted code [`0cca290`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0cca290f0b1e09ef46c39fb02c01a2fabc895538)
29+
- style: formatted code [`a5f071d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a5f071dbd93180000e5ffd1234844ffbe0dfa159)
30+
- style: formatted code [`a7405e1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7405e1460a44d7faa65019d8910e686de3ef28c)
31+
32+
## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1) - 2023-05-25
1133

1234
### Merged
1335

@@ -18,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1840
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
1941
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
2042
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
43+
- feat: v1.1.1 [`143d409`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/143d4095df0e72cad986d1c5d8b28ea21bf847d9)
2144
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
2245
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
2346
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)

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.1.1",
3+
"version": "1.2.0",
44
"description": "Cache interceptor for axios",
55
"keywords": [
66
"axios",

0 commit comments

Comments
 (0)