diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d171fe..4b19caa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index dce6efc8..05ae74c9 100644 --- a/package.json +++ b/package.json @@ -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": {