Skip to content

Commit

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

### Commits

- ci: codeql action [`a71c16d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a71c16d27b03545ce3f3027bc36061834221188e)
- docs: initial docs [`2d3cbda`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2d3cbda079c1ff9c76d6b99d03a2fbadda831178)
- docs: removed readme example dedicated file [`1178fd4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1178fd43af85e4a03cee711ded108775c434d460)

## [v0.2.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.0...v0.2.1) - 2021-09-20

### Commits

Expand All @@ -16,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: removed filename in launch.json [`eb868d4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/eb868d4b3e6e21e6b88c55b23611bdd4cbd505bf)
- refactor: concurreny fixes and refactored deferred [`70e5c07`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
- refactor: removed symbol support and more tests [`5b6d14f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b6d14f31424db01cc181bfce599edfedde2cffd)
- tag: v0.2.1 [`1099942`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/10999425d779dd3cc0e85e0c3f3f368081d647a8)

## [v0.2.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.3...v0.2.0) - 2021-09-20

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

0 comments on commit 7e1134e

Please sign in to comment.