Skip to content

Commit

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

### Commits

- chore: removed babel for node usage [`6ad7cfe`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6ad7cfe4cc6c144169280bfe5f2b76fa6df9d337)
- docs: added runkit example [`39520fa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/39520fa549f7fd026ddbce769129588a7b0f09ef)

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

### 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)
- tag: v0.7.3 [`47beacc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/47beacc09f19a9dcc38a3ec0c7bdc12553cf19eb)

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

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

0 comments on commit 90d7148

Please sign in to comment.