Skip to content

Commit

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

### Commits

- chore: updated tsconfig [`9ea72dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9ea72dca5b86e8f0ab15047e937e15b686b2fe0d)
- fix: force import type to help compilation tools [`f8adcc4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f8adcc4352e9ee408f51cbdcd4a431527d549f6e)
- refactor: removed double if [`9d33ad6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9d33ad61d05c171c66a55873de6ef790af896626)
- refactor: renamed interceptor apply method [`c70bf3a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c70bf3ac41925dfe3b807cbf35f252327b2d0bf0)
- refactor: use for in instead of Object.entries [`5b9847d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b9847d5172700b09b8f535931d15ab7c264edf0)

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

### 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)
- tag: v0.2.6 [`9c1f74f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9c1f74f4d111522d5ccb3e74402784e72083e30e)

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

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.6",
"version": "0.2.7",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit bc1aa19

Please sign in to comment.