Skip to content

Commit

Permalink
tag: v0.7.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 8, 2021
1 parent b9b4f79 commit 6a67d4c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@ 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.6.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.2...v0.6.3)
## [v0.7.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.3...v0.7.0-beta1)

### Merged

- chore(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 [`#69`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/69)
- chore(deps-dev): bump eslint from 8.4.0 to 8.4.1 [`#70`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/70)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#71`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/71)
- chore(deps-dev): bump @types/node from 16.11.11 to 16.11.12 [`#72`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/72)
- chore(deps-dev): bump eslint from 8.3.0 to 8.4.0 [`#66`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/66)
- chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 [`#68`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/68)
- chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.0 [`#67`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/67)

### Commits

- deps: updated ts-jest [`704be77`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/704be7732b293e3d8ed48ab202837e064342393d)
- feat: added web bundle and babel [`78cf406`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/78cf406a567692d861fbf8a50d72f896f7df7f6b)
- 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)

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

### Merged

Expand All @@ -25,6 +45,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: use tslib to optimize builds [`8610d6a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8610d6aeb85c49c74618c2706dda5c0e39be0bec)
- deps: updated dependencies [`8070e2f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8070e2fc93288d8c3dfa0d9f4f53c39e7cd860c7)
- deps: updated yarn.lock [`3f8bd14`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3f8bd14d8e3982754eb5cf0327e200062636436f)
- tag: v0.6.3 [`eeec119`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/eeec119306cba87282f7d96bd2ba3ef4b3816771)

## [v0.6.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.1...v0.6.2) - 2021-11-23

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

0 comments on commit 6a67d4c

Please sign in to comment.