Skip to content

Commit

Permalink
tag: v0.7.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 8, 2021
1 parent ae77e6a commit 5884d38
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.7.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.3...v0.7.0-beta1)
## [v0.7.0-beta2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta1...v0.7.0-beta2)

### Commits

- fix: fixed package.json bundle index name [`ae77e6a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ae77e6acba506e6405d8410357960848dd3a8578)

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

### Merged

Expand All @@ -26,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat!: removed createCache function [`60ad91e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/60ad91e676a3b81f9464c6be4568060d2fcde818)
- fix: fixed tests [`b9b4f79`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b9b4f7972f3f911faa7f8b02abb0669e274f843f)
- perf: removed `tslib` and `typed-core` in favor of `fast-defer` [`07ec645`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/07ec645a9d77cc01791c99116247e781855cb470)
- tag: v0.7.0-beta1 [`6a67d4c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6a67d4c2bd0ff8eb5abdda04054a28792d88897a)

## [v0.6.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.2...v0.6.3) - 2021-12-02

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

0 comments on commit 5884d38

Please sign in to comment.