From a9ad93dd305fae204de3b2e97bbfc1efb9e282d0 Mon Sep 17 00:00:00 2001 From: Hazork Date: Tue, 21 Sep 2021 13:11:14 -0300 Subject: [PATCH] tag: v0.2.4 --- CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7a32aa..3f6bda26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,28 @@ 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.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) +## [v0.2.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) + +### Merged + +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#16`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/16) +- chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#18`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/18) +- chore(deps-dev): bump jest from 27.2.0 to 27.2.1 [`#17`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/17) +- chore(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 [`#15`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/15) + +### Commits + +- deps: updated package.json dependencies [`01090bc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/01090bc435ee3f3cccc25dee8a9eaeef0504c2ee) +- 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) + +## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) - 2021-09-21 ### Commits - refactor!: updated all exports [`33b8dcd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/33b8dcd58b035851797a4b446b318b7249c59b2d) +- tag: v0.2.3 [`7b981c2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7b981c26ec729dad8fb72707fcf3cbd1e6bfee25) ## [v0.2.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2) - 2021-09-20 diff --git a/package.json b/package.json index 264e6953..5432c1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.2.3", + "version": "0.2.4", "description": "Cache interceptor for axios", "main": "dist/index.js", "scripts": {