Skip to content

Commit

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

### Commits

- ci: only run codeql when js files are changed [`b861277`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b861277b9f73b525429f8fb320602210a4177547)
- refactor: use the same object for both properties [`47349df`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/47349df09ff56b1067b68a5dc6fc17dd9fc5c4f0)

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

### Merged

Expand All @@ -18,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

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

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

0 comments on commit 9c1f74f

Please sign in to comment.