Skip to content

Commit

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

### Merged

- chore(deps-dev): bump webpack from 5.68.0 to 5.69.0 [`#146`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/146)

### Commits

- 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)

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

### Merged

Expand All @@ -19,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- deps: updated dev deps [`656c0b0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/656c0b0d0435aa4a79079fec9aa4f1e3048d0db6)
- deps: upgrade axios to v0.26 [`b186839`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b1868397a3bb6b56671122c8f7ef14931b2c15b7)
- docs: updated download urls [`102a02b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/102a02b445e55399a0d12a0567081ad97356df07)
- tag: v0.8.9 [`00e1a8b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/00e1a8bc4cc27a097a16442548039d64a55ac59d)

## [v0.8.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.7...v0.8.8) - 2022-02-08

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

0 comments on commit 1315d83

Please sign in to comment.