From ca491d873e80d6f75f1a61194a0082fe2dc1b5a8 Mon Sep 17 00:00:00 2001 From: Hazork Date: Sat, 9 Oct 2021 18:04:31 -0300 Subject: [PATCH] tag: v0.3.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab8d5b..400a2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,25 @@ 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.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) +## [v0.3.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0) + +### Merged + +- chore(deps-dev): bump @types/node from 16.10.2 to 16.10.3 [`#32`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/32) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#30`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/30) +- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#31`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/31) + +### Commits + +- deps: updated yarn.lock [`1489a7c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1489a7c0ead908e45142bd2b13a02b541781b2b3) +- deps!: updated axios to v0.22 [`ebe313f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ebe313fac625733215acd3ea5916674cf0b4abf6) +- docs: correct tag names [`d961485`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d9614853da508d80177574e962bbb51e19f3c98e) +- docs: table of contents [`6fa0e7b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6fa0e7b602ae1eb7a1b7b631f85d4ef864364295) +- fix: axios package also as dev deps [`12c207d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/12c207daedae2cdcc0569d31e4cfc1d21512441f) +- fix: removed implict never [`52689e2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519) +- style: prettified code [`50de35d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/50de35d3baa099d237fc980c3510472a3d67b29d) + +## [v0.2.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) - 2021-09-30 ### Merged @@ -22,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - fix: delete waiting object after resolving it [`7d5257e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7d5257eee1ceb68a7bd88ed96391c55b9f082541) +- tag: v0.2.8 [`a7f211d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a7f211d3703feb61dac2d1effa6c425f7f181104) - tag: v0.2.9 [`b7794d5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b7794d560d1428ae9e7eecc83aef03a980e9e468) ## [v0.2.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7) - 2021-09-26 diff --git a/package.json b/package.json index da5abc7..09049a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.2.8", + "version": "0.3.0", "description": "Cache interceptor for axios", "main": "dist/index.js", "scripts": {