tag: v0.7.6

This commit is contained in:
arthurfiorette 2021-12-26 21:14:54 -03:00
parent 9a2e4bcba5
commit d6b2affcb7
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 30 additions and 2 deletions

View File

@ -7,12 +7,40 @@ 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.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5)
## [v0.7.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.5...v0.7.6)
### Merged
- chore(deps-dev): bump @types/node from 17.0.3 to 17.0.4 [`#92`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/92)
- chore(deps-dev): bump @types/node from 17.0.2 to 17.0.3 [`#91`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/91)
- chore(deps-dev): bump @typescript-eslint/parser from 5.7.0 to 5.8.0 [`#88`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/88)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#89`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/89)
- chore(deps-dev): bump @types/node from 17.0.1 to 17.0.2 [`#90`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/90)
- chore(deps-dev): bump @types/node from 17.0.0 to 17.0.1 [`#85`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/85)
- chore(deps-dev): bump concurrently from 6.4.0 to 6.5.1 [`#86`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/86)
- chore(deps-dev): bump eslint from 8.4.1 to 8.5.0 [`#87`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/87)
- chore(deps-dev): bump ts-jest from 27.1.1 to 27.1.2 [`#84`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/84)
- chore(deps-dev): bump @types/node from 16.11.13 to 17.0.0 [`#83`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/83)
- chore(deps-dev): bump @babel/preset-env from 7.16.4 to 7.16.5 [`#78`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/78)
- chore(deps-dev): bump @babel/runtime from 7.16.3 to 7.16.5 [`#75`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/75)
- chore(deps-dev): bump @babel/preset-typescript from 7.16.0 to 7.16.5 [`#76`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/76)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#77`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/77)
- chore(deps-dev): bump @babel/plugin-transform-modules-commonjs [`#79`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/79)
### Commits
- chore: include runkit examples [`4fc6825`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4fc6825dc0c96b08b436b77e0de50d79654a5fbf)
- 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)
## [v0.7.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.4...v0.7.5) - 2021-12-13
### Commits
- chore: allow ESNext at development [`9044495`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9044495bb31a08a194ea2aaa551b23c688776cb5)
- docs: updated compiled-code section [`f3bd30c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f3bd30c2142b94b965a980aebc42925de460738b)
- tag: v0.7.5 [`d3888fc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d3888fc61f21c585c1557d827709e91339868755)
## [v0.7.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.3...v0.7.4) - 2021-12-13

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.7.5",
"version": "0.7.6",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.min.js",