From 7b981c26ec729dad8fb72707fcf3cbd1e6bfee25 Mon Sep 17 00:00:00 2001 From: Hazork Date: Tue, 21 Sep 2021 12:04:25 -0300 Subject: [PATCH] tag: v0.2.3 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b19caa..db7a32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,20 @@ 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.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2) +## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) + +### Commits + +- refactor!: updated all exports [`33b8dcd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/33b8dcd58b035851797a4b446b318b7249c59b2d) + +## [v0.2.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2) - 2021-09-20 ### 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) +- tag: v0.2.2 [`7e1134e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7e1134ea617a35a932614c715b471aece58acf67) ## [v0.2.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.0...v0.2.1) - 2021-09-20 diff --git a/package.json b/package.json index 05ae74c..f4bd411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.2.2", + "version": "0.2.3", "description": "Cache interceptor for axios", "main": "dist/index.js", "scripts": {