Skip to content

Commit

Permalink
tag: v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 13, 2021
1 parent 86a576d commit 47beacc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ 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.7.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.1...v0.7.2)
## [v0.7.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.2...v0.7.3)

### Commits

- chore: defined package.json browser field [`3b40abd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3b40abd8de2fda163dee77fb138f31638568c0f6)
- deps: updated some dependencies [`86a576d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/86a576d7dec282efac44af05e798df669fdb7be0)
- deps: use `cache-parser` [`6ce658b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6ce658b053b4e40664a8ea76516131587b5adf10)
- refactor: better cache predicate function [`a77cde7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a77cde7e22d5fd5f7871b055d70065082d23a02c)

## [v0.7.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.1...v0.7.2) - 2021-12-11

### Commits

Expand All @@ -18,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: externalized createCacheData function [`c3a0fea`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c3a0fea1bdd77f0d3123db5d7f07f463cc610239)
- refactor: made some methods static and public [`b4ad24d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b4ad24de482cb424c15771d4a4df712d5d448f64)
- style: fixed prettier plugin order [`6929b02`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6929b021e06763a089c7bb376551eca8de3da1b9)
- tag: v0.7.2 [`795d706`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/795d7067f59050ca951148e6284c8c8102c6e6a8)

## [v0.7.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0...v0.7.1) - 2021-12-09

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.7.2",
"version": "0.7.3",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.bundle.js",
Expand Down

0 comments on commit 47beacc

Please sign in to comment.