diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fcf65..cb49a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,23 @@ 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.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.7...v0.7.8) +## [v0.7.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.8...v0.7.9) + +### Merged + +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#97`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/97) + +### Commits + +- deps: updated fast-defer [`c6bec60`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c6bec600095ae848b1019c1e942f8cf1453d8f83) +- docs: fixed badges links [`37a37b7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/37a37b7cdb68b93d40c6fba1b2317ba2b30c54ca) +- docs: updated docs [`ec523e8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ec523e85ae1cb9e20aa33f1c0bcb3d6ff5172b35) +- feat: added many build options [`232e9c5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/232e9c51fac56b20e8601e2d502bee4d5e615e6e) +- fix: verify built ecmascript versions with `es-check` [`58b6b12`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/58b6b126a45b1cb41a38c6c97899f1d2f02d162c) +- refactor: prevent confusion by renaming `createCache` to `useCache` [`4a0a99f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4a0a99ff288c4cd030066577a8f16ff49afcfd9c) +- test: added index.development tests [`1e251dd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e251ddef3ec64177797c583f72ef3cfc2bffb22) + +## [v0.7.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.7...v0.7.8) - 2021-12-27 ### Commits @@ -15,6 +31,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- style: formatted code [`27de629`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/27de6292beff47edabab73893f81b0516dc034ef) +- tag: v0.7.8 [`cd0c189`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cd0c18966145770b88783dd924a5f8bb50912bba) ## [v0.7.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.6...v0.7.7) - 2021-12-27 diff --git a/package.json b/package.json index ad97ce6..6f6dbb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.7.8", + "version": "0.7.9", "description": "Cache interceptor for axios", "main": "./dist/index.js", "browser": "./dist/index.min.js",