Skip to content

Commit

Permalink
tag: v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 21, 2021
1 parent 01090bc commit a9ad93d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a9ad93d

Please sign in to comment.