Skip to content

Commit

Permalink
tag: v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jun 3, 2022
1 parent 1671c16 commit d00bdc8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,46 @@ 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.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.2...v0.10.3)
## [v0.10.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.3...v0.10.4)

### Merged

- chore(deps-dev): bump webpack from 5.72.1 to 5.73.0 [`#255`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/255)
- chore(deps-dev): bump ts-jest from 28.0.3 to 28.0.4 [`#254`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/254)
- chore(deps-dev): bump @types/jest from 27.5.1 to 28.1.0 [`#252`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/252)
- fix: Interpret `max-age=0` as a valid `cache-control` header [`#253`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/253)
- chore(deps-dev): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [`#250`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/250)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#251`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/251)
- chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 [`#249`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/249)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#246`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/246)
- chore(deps-dev): bump ts-jest from 28.0.2 to 28.0.3 [`#247`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/247)
- chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.26.0 [`#248`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/248)
- chore(deps-dev): bump eslint from 8.15.0 to 8.16.0 [`#245`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/245)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#243`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/243)
- chore(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0 [`#242`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/242)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#241`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/241)
- chore(deps-dev): bump @types/jest from 27.5.0 to 27.5.1 [`#238`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/238)
- chore(deps-dev): bump ts-jest from 28.0.1 to 28.0.2 [`#234`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/234)
- chore(deps-dev): bump webpack from 5.72.0 to 5.72.1 [`#237`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/237)
- chore(deps-dev): bump @typescript-eslint/parser from 5.22.0 to 5.23.0 [`#235`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/235)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#236`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/236)
- chore(deps-dev): bump @typescript-eslint/parser from 5.21.0 to 5.22.0 [`#231`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/231)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#230`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/230)
- chore(deps-dev): bump @types/jest from 27.4.1 to 27.5.0 [`#232`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/232)

### Commits

- chore(deps): update jest to 28 [`f4f4be1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f4f4be1cd2f63f2a31544e2ed72a26f8e30f2a3e)
- deps: updated object-code [`6b1a1c5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6b1a1c59733f74d92aa180f37030497d49c65ea4)
- deps: updated object-code [`77adcaf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/77adcaff9b3aebc4f73e3e8edbc26637840ce487)
- docs: fixed variable name (#239) [`e97a515`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e97a51585a8f9bb5af79ad4a98f7c5634c2240c4)
- docs: help this repo grow [`2fc2c17`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2fc2c17afc308f9196d72b1656243efd8b5cdd10)
- docs: improved documentation [`6bcd7dc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6bcd7dca0867e103f0dd173a6895e97bec2032cc)
- docs: updated version [`5cb76aa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5cb76aa3724bfae1b1a2e84b62dec87ea5ac2c1a)
- fix: removed symbol to preserve sideEffect free status (#233) [`b6302ef`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b6302efb803e217e89eebbb1160241916f02f249)
- refactor: updated some minor things [`623ae22`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/623ae220535eec1b1a5306fede1a18e73a5cced4)

## [v0.10.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.2...v0.10.3) - 2022-05-02

### Merged

Expand Down Expand Up @@ -51,6 +90,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updated download urls [`8297fe2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8297fe2201e588f3a8ff69341c6031a7063b55c5)
- docs: updated issue template [`639b284`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/639b2843b5f191bea7181f7fe517f067dd6cc481)
- refactor: simpler config.cache check [`55f9599`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/55f95997882e918e8464ef2f10d41868e94eeadb)
- tag: v0.10.3 [`7b443dd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b443dde645f399f4a220bd8a99b71b9d54f1594)

## [v0.10.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.10.1...v0.10.2) - 2022-03-25

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": "0.10.3",
"version": "0.10.4",
"description": "Cache interceptor for axios",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit d00bdc8

Please sign in to comment.