Skip to content

Commit

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

### Commits

- no: way that I did that [`ca033eb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ca033eb8d382bf69583597065a024b1efb3881b6)

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

### Merged

Expand Down Expand Up @@ -37,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updated benchmark [`27b9a49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/27b9a4972cb3bd56f1246db5b5e15136b7bd07e9)
- docs: updated download urls [`95dc96c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/95dc96c83ef7258c0003fbb878d8e3dd52af3f4f)
- style: formatted code [`1f884e9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1f884e9de54aae06d64fa8359bbc0b562799ffb6)
- tag: v0.8.6 [`372f892`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/372f892b9c135e2e80faa077f51f8ecee96c89e4)

## [v0.8.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.4...v0.8.5) - 2022-01-23

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

0 comments on commit b39a54b

Please sign in to comment.