Skip to content

Commit

Permalink
feat: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jun 9, 2023
1 parent 0cca290 commit 066cc4f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@ 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.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
## [v1.2.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.1...v1.2.0)

### Merged

- chore(deps-dev): bump eslint from 8.34.0 to 8.42.0 [`#551`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/551)
- 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)
- chore(deps-dev): bump @types/node from 18.13.0 to 18.16.16 [`#552`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/552)
- chore(deps-dev): bump tslib from 2.5.0 to 2.5.3 [`#550`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/550)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#549`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/549)
- docs: cachePredicate status codes follows RFC 7231 [`#547`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/547)

### Commits

- chore: updated dependencies [`c7dab4f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c7dab4fa57b987f326c90d6e39977e57ee8a0324)
- fix: avoid git checks while publishing [`2d2696d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d2696dadee4115f094efd2a6ef910f8fb1e4c38)
- fix: correct canStale checks (#543) [`82182bf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/82182bf7f8d9af24c856d346b70e2b522f74190a)
- fix: correct lowercase test [`7e5ca7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7e5ca7e68a5ee7e29fbbf09c7ff2412587e3d0c7)
- fix: support max-stale on header interpreter (#543) [`683dbe0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/683dbe0f22fb991f001c0710c193217e96cff187)
- style: formatted code [`0cca290`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0cca290f0b1e09ef46c39fb02c01a2fabc895538)
- style: formatted code [`a5f071d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a5f071dbd93180000e5ffd1234844ffbe0dfa159)
- style: formatted code [`a7405e1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7405e1460a44d7faa65019d8910e686de3ef28c)

## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1) - 2023-05-25

### Merged

Expand All @@ -18,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
- feat: v1.1.1 [`143d409`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/143d4095df0e72cad986d1c5d8b28ea21bf847d9)
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)
Expand Down
25 changes: 24 additions & 1 deletion docs/src/others/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@ 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.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
## [v1.2.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.1...v1.2.0)

### Merged

- chore(deps-dev): bump eslint from 8.34.0 to 8.42.0 [`#551`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/551)
- 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)
- chore(deps-dev): bump @types/node from 18.13.0 to 18.16.16 [`#552`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/552)
- chore(deps-dev): bump tslib from 2.5.0 to 2.5.3 [`#550`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/550)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#549`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/549)
- docs: cachePredicate status codes follows RFC 7231 [`#547`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/547)

### Commits

- chore: updated dependencies [`c7dab4f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c7dab4fa57b987f326c90d6e39977e57ee8a0324)
- fix: avoid git checks while publishing [`2d2696d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d2696dadee4115f094efd2a6ef910f8fb1e4c38)
- fix: correct canStale checks (#543) [`82182bf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/82182bf7f8d9af24c856d346b70e2b522f74190a)
- fix: correct lowercase test [`7e5ca7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7e5ca7e68a5ee7e29fbbf09c7ff2412587e3d0c7)
- fix: support max-stale on header interpreter (#543) [`683dbe0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/683dbe0f22fb991f001c0710c193217e96cff187)
- style: formatted code [`0cca290`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0cca290f0b1e09ef46c39fb02c01a2fabc895538)
- style: formatted code [`a5f071d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a5f071dbd93180000e5ffd1234844ffbe0dfa159)
- style: formatted code [`a7405e1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7405e1460a44d7faa65019d8910e686de3ef28c)

## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1) - 2023-05-25

### Merged

Expand All @@ -18,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
- feat: v1.1.1 [`143d409`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/143d4095df0e72cad986d1c5d8b28ea21bf847d9)
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "1.1.1",
"version": "1.2.0",
"description": "Cache interceptor for axios",
"keywords": [
"axios",
Expand Down

0 comments on commit 066cc4f

Please sign in to comment.