Skip to content

Commit

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

### Merged

- chore(deps-dev): bump eslint from 8.8.0 to 8.9.0 [`#142`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/142)
- chore(deps-dev): bump jest from 27.5.0 to 27.5.1 [`#140`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/140)

### Commits

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

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

### Commits

- fix: now npmignore is happy [`79ab592`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/79ab5927a9eea49ca1b2950d09e4a5e0163ec1f5)
- tag: v0.8.8 [`f4276a5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f4276a522dda2b811e14c2de9a81e7718899aab8)

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

0 comments on commit 00e1a8b

Please sign in to comment.