diff --git a/CHANGELOG.md b/CHANGELOG.md index 622117b..c5e1eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ 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.9.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.0...v0.9.1) +## [v0.9.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.1...v0.9.2) + +### Merged + +- chore(deps-dev): bump eslint from 8.9.0 to 8.10.0 [`#156`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/156) +- chore(deps): bump prismjs from 1.26.0 to 1.27.0 in /docs [`#155`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/155) +- chore(deps): bump actions/setup-node from 2 to 3 [`#154`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/154) + +### Commits + +- deps: updated code dependencies [`8d0dedb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8d0dedb238e6f4523ec6c0d1f72e3ba57572a97d) +- docs: updated download urls [`66fb00b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/66fb00b1e98a1c5c104bd32533bcc275982ec3dc) + +## [v0.9.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.0...v0.9.1) - 2022-02-23 ### Merged @@ -19,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - docs: updated download urls [`8b14a38`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8b14a385ee70ed914401bdd0038155e94c24adbe) +- tag: v0.9.1 [`860d278`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/860d27851df37d5deae8dda48c4520cc69be327b) ## [v0.9.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.10...v0.9.0) - 2022-02-21 diff --git a/package.json b/package.json index 201c271..98e6083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.9.1", + "version": "0.9.2", "description": "Cache interceptor for axios", "main": "./cjs/index.js", "types": "./cjs/index.d.ts",