Skip to content

Commit

Permalink
tag: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 9, 2021
1 parent e9aeacc commit 27fdd84
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,7 +7,14 @@ 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.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta3...v0.7.0)
## [v0.7.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0...v0.7.1)

### Commits

- chore: CacheOptions at the top of the file [`1615f28`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1615f284b36dfc1cf7824135004f72504113c7b6)
- chore: use default browserslist config [`e9aeacc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e9aeaccbc2c315b42d3f959f899a3e26ce7dc43b)

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

### Commits

Expand All @@ -22,6 +29,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updated readme badges [`f7f9033`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f7f90332560089efe70fa4f179f1ec11b90cecd5)
- refactor: bundle does not export everything that index has [`488cd49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/488cd495271fb933c425cbf4eee1cdc9ac1e5bad)
- style: formatted code [`964f7b0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/964f7b0698bf5d3e84b851cef92f647110780b07)
- tag: v0.7.0 [`39777cc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/39777ccabb792854db58dde92a2738c6a72928eb)
- tag: v0.7.0 [`9d0f429`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9d0f4299d2c2985fa8cae1b7a18f4957260ab6af)

## [v0.7.0-beta3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta2...v0.7.0-beta3) - 2021-12-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.7.0",
"version": "0.7.1",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"jsdelivr": "./dist/index.bundle.js",
Expand Down

0 comments on commit 27fdd84

Please sign in to comment.