tag: v0.9.2

This commit is contained in:
arthurfiorette 2022-02-28 17:02:33 -03:00
parent 8d0dedb238
commit bc990ec9f4
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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",