Skip to content

Commit

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

### Merged

- chore(deps-dev): bump jest from 27.4.2 to 27.4.3 [`#65`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/65)
- chore(deps-dev): bump @types/node from 16.11.10 to 16.11.11 [`#61`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/61)
- chore(deps): bump @tusbar/cache-control from 0.6.0 to 0.6.1 [`#60`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/60)
- chore(deps-dev): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 [`#62`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/62)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#63`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/63)
- chore(deps-dev): bump jest from 27.4.0 to 27.4.2 [`#64`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/64)
- chore(deps-dev): bump @types/node from 16.11.9 to 16.11.10 [`#58`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/58)
- chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 [`#59`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/59)

### Commits

- 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)

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

### Commits

- fix: removed old types folder mention [`30d1268`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/30d126890277924e51629051c7b6488ccef69a2e)
- tag: v0.6.2 [`320ab6b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/320ab6b0a2257d0604a505028b92805e9112aeb8)

## [v0.6.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.0...v0.6.1) - 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.2",
"version": "0.6.3",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit eeec119

Please sign in to comment.