Skip to content

Commit

Permalink
tag: v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 13, 2021
1 parent 9044495 commit d3888fc
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,12 +7,20 @@ 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.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.3...v0.7.4)
## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5)

### Commits

- chore: allow ESNext at development [`9044495`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9044495bb31a08a194ea2aaa551b23c688776cb5)
- docs: updated compiled-code section [`f3bd30c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f3bd30c2142b94b965a980aebc42925de460738b)

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

### 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)
- tag: v0.7.4 [`90d7148`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/90d7148ab8cccc1b5a92275f1645e3296e59e515)

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

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

0 comments on commit d3888fc

Please sign in to comment.