Skip to content

Commit

Permalink
tag: v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 28, 2022
1 parent 8d0dedb commit bc990ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc990ec

Please sign in to comment.