tag: v0.7.8

This commit is contained in:
arthurfiorette 2021-12-27 18:46:21 -03:00
parent 8cad8030af
commit cd0c189661
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 12 additions and 2 deletions

View File

@ -7,7 +7,16 @@ 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.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.6...v0.7.7)
## [v0.7.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.7...v0.7.8)
### Commits
- chore: fixed prettier config [`144d3ae`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/144d3ae6ba80b95bcd06cb1ce12e0f1a5cc3b816)
- deps: removed unused dependency [`1b1b93b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1b1b93b719573657266a015521dc4f1ca8f80d3f)
- docs: updated badges [`5e04e5c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5e04e5c34a153bbcf8a36b75c5552ee5df534c67)
- perf: minified code bundled as ES6 because axios itself needs ES6 [`8cad803`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8cad8030af30b77e5a58a8077d5ba301859fb0b2)
## [v0.7.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.6...v0.7.7) - 2021-12-27
### Merged
@ -16,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits
- refactor: deprecated `useCache` in favor of `createCache` (#95) [`065b6ef`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/065b6eff743b2bc4ff37894e4434172eab8fbc62)
- tag: v0.7.7 [`c611b42`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c611b42231d0bf10d252324f23c17d367626fddf)
- 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

View File

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