Skip to content

Commit

Permalink
tag: v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 18, 2022
1 parent 7217eaf commit e356386
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,33 @@ 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.8.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.2...v0.8.3)
## [v0.8.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.3...v0.8.4)

### Commits

- chore: fix yarn.lock (yarnpkg/berry#3416) [`9922650`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/99226504f4dc623c76b7543a6cdb9794cfabcb67)
- chore: sideEffects: false and updated badges [`b555f95`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b555f950572f9c3c825d2837b3726a86c52cabb1)
- deps: updated axios to v0.25 [`66f29c9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/66f29c92c76c0601fb06b5c1fed4ab74271e45da)
- deps: updated eslint dependencies [`2540c1e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2540c1e73efa50b86a622184482f85e8a04423b5)
- docs: added staleIfError documentation [`93dda05`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/93dda05a8bf9d186f2063f0c09813b213be068f2)
- docs: added table header [`8273399`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8273399746dc8940144c648bc49f7f090e700f0d)
- docs: updated documentation [`668ce0c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/668ce0c2a5aeb3a92eb720455af261c24297ff6f)
- docs: updated download urls [`c5629be`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c5629be9e55d44fcf1ee293e324dfb3eb879a847)
- docs: updated rukit example [`0aed72f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0aed72f3096fd5de3bcd509e76c966fdfbdd3c32)
- feat: add `staleIfError` support [`edb32bd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/edb32bdea3a5df8daabf4d4a92eca70b15a00afd)
- fix: removed breaking behaviour [`7217eaf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7217eaff024a08bd52047728c9b21c6c9c568ea2)
- refactor: use `Object.freeze` at `Header` enum [`0e2508c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0e2508c020dcb165cb070fd59168c63c9ac65dd6)
- style: format code [`1e8ca38`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e8ca383ac0a6d7a91c7e1070573480c305ca47d)

## [v0.8.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.2...v0.8.3) - 2022-01-15

### Commits

- build: optimize umd builds with tslib [`6d9683a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6d9683a41030bdde77e26f6a361404d615b891ad)
- deps: updated `cache-parser` and `jest` [`16184ac`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/16184acddb76005b5f95ee15b979748c09ed155c)
- docs: updated download urls [`d51c622`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d51c6228a6ff885b64083710e13a8187b8f24e36)
- refactor: `Header` as const and renaming... [`e391f56`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e391f5664c134403a003519f527352a3ce235761)
- tag: v0.8.3 [`429256d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/429256dc92d22447707086e66578153400372718)

## [v0.8.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.1...v0.8.2) - 2022-01-14

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.8.3",
"version": "0.8.4",
"description": "Cache interceptor for axios",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down

0 comments on commit e356386

Please sign in to comment.