Skip to content

Commit

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

### Merged

- chore(deps-dev): bump @types/node from 17.0.4 to 17.0.5 [`#94`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/94)

### Commits

- refactor: deprecated `useCache` in favor of `createCache` (#95) [`065b6ef`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/065b6eff743b2bc4ff37894e4434172eab8fbc62)
- test: added one simple test [`fec63a8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fec63a84a7a504e6fc087140e316d77f6fdec3bc)

## [v0.7.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6) - 2021-12-26

### Merged

Expand All @@ -33,6 +44,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- deps: updated cache-parser [`9a2e4bc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9a2e4bcba5ae41ee9f968012ade3d3a3631f6925)
- deps: updated some dependencies [`0640141`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/06401413c4ed484144555cb255976f71ed579e8e)
- perf: reduce bundle size and replaced babel by `ts-loader` [`6e25ba6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6e25ba6f9730fee6f889e97142970ec9c8c27593)
- tag: v0.7.6 [`d6b2aff`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d6b2affcb7f29c1d937aacc82775855ca2604139)

## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5) - 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.6",
"version": "0.7.7",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.min.js",
Expand Down

0 comments on commit c611b42

Please sign in to comment.