Skip to content

Commit

Permalink
tag: v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 23, 2021
1 parent 2b5ff84 commit e7817fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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.2.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4)
## [v0.2.5](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.4...v0.2.5)

### Merged

- chore(deps-dev): bump prettier-plugin-organize-imports [`#21`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/21)
- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 [`#20`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/20)
- chore(deps-dev): bump @types/node from 16.9.4 to 16.9.6 [`#19`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/19)

### Commits

- docs: ttl overriding info [`2b5ff84`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2b5ff84038f0a0b6420da2857e74895ab7f07350)

## [v0.2.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) - 2021-09-21

### Merged

Expand All @@ -22,6 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: removed instable warning [`35ca874`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/35ca874c657efaaeaa99447313a96a16d5a8a98f)
- docs: updated docs [`07731e4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/07731e4b35fa21895d7edfd4aa7bd9ba1c50f82f)
- style: updated prettier config [`d96a9dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d96a9dc5f0f2e752860adfa959ad36e420cb16c9)
- tag: v0.2.4 [`a9ad93d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a9ad93dd305fae204de3b2e97bbfc1efb9e282d0)

## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) - 2021-09-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.2.4",
"version": "0.2.5",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e7817fc

Please sign in to comment.