From e7817fc64a07483ab8c6d671d53cc1fa7c6e8642 Mon Sep 17 00:00:00 2001 From: Hazork Date: Thu, 23 Sep 2021 14:09:14 -0300 Subject: [PATCH] tag: v0.2.5 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6bda26..a9c25b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) +## [v0.2.5](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.4...v0.2.5) + +### Merged + +- chore(deps-dev): bump prettier-plugin-organize-imports [`#21`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/21) +- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 [`#20`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/20) +- chore(deps-dev): bump @types/node from 16.9.4 to 16.9.6 [`#19`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/19) + +### Commits + +- docs: ttl overriding info [`2b5ff84`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2b5ff84038f0a0b6420da2857e74895ab7f07350) + +## [v0.2.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) - 2021-09-21 ### Merged @@ -22,6 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - docs: removed instable warning [`35ca874`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/35ca874c657efaaeaa99447313a96a16d5a8a98f) - docs: updated docs [`07731e4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/07731e4b35fa21895d7edfd4aa7bd9ba1c50f82f) - style: updated prettier config [`d96a9dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d96a9dc5f0f2e752860adfa959ad36e420cb16c9) +- tag: v0.2.4 [`a9ad93d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a9ad93dd305fae204de3b2e97bbfc1efb9e282d0) ## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) - 2021-09-21 diff --git a/package.json b/package.json index 5432c1c1..c605ab52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.2.4", + "version": "0.2.5", "description": "Cache interceptor for axios", "main": "dist/index.js", "scripts": {