Skip to content

Commit

Permalink
tag: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 21, 2022
1 parent 9f4b400 commit 4a13dc0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ 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.10](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.9...v0.8.10)
## [v0.9.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.10...v0.9.0)

### Merged

- feat: handle web storage DOMExceptions [`#148`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/148)
- chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#149`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/149)
- chore(deps-dev): bump webpack from 5.69.0 to 5.69.1 [`#147`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/147)

### Commits

- deps: updated object-code [`9f4b400`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9f4b40066f62063e25235a55cc9b4246d12c1eb9)
- docs: updated docs and runkit playground [`89066df`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/89066df03a43b12d82bfca190240227b64bd0a5d)
- docs: updated download urls [`683fdb2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/683fdb28b7b4707cee7f86e54e3addf418a8b3dc)
- style: formatted code [`71fbfab`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/71fbfab7de446824b1a7a901e041dbfb697834ef)

## [v0.8.10](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.9...v0.8.10) - 2022-02-16

### Merged

Expand All @@ -18,6 +33,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updated benchmark [`97c38ba`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/97c38baca3029100812f0fdee23e6f039ba13bca)
- docs: updated download urls [`9d0d367`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9d0d367db8b7ab5e74e18e4caea355d0236f63f1)
- fix: peerDependencies warning (#145) [`031934a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/031934a1df6d2c3f3cc627290c6abdca053d98f4)
- tag: v0.8.10 [`1315d83`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1315d834a7c1c1657b9f62851d6e354354cdb74b)

## [v0.8.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.8...v0.8.9) - 2022-02-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.10",
"version": "0.9.0",
"description": "Cache interceptor for axios",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down

0 comments on commit 4a13dc0

Please sign in to comment.