Skip to content

Commit

Permalink
tag: v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 4, 2022
1 parent 2429ae2 commit 41d9fe1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.1...v0.9.2)
## [v0.9.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.2...v0.9.3)

### Merged

- chore(deps-dev): bump webpack from 5.69.1 to 5.70.0 [`#162`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/162)
- chore(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#160`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/160)
- chore(deps): bump actions/checkout from 2 to 3 [`#158`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/158)
- chore(deps-dev): bump ts-loader from 9.2.6 to 9.2.7 [`#159`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/159)
- chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 [`#157`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/157)

### Commits

- chore: add funding.yml [`2429ae2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2429ae2330b163bb1e9df82dc4acda90a7feacc1)
- chore: cache parser dependency range [`a71f9aa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a71f9aa75ed3d0a87d7252eaa9e3782e27755793)
- docs: updated code comment [`80850b9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/80850b916f5caa4c73d7e3eb4b9620ecc0643eb3)
- docs: updated download urls [`06091a2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/06091a2d6df1d4f2daab5318dea650748e7f70d1)
- fix: defaultKeyGenerator keeps response unchanged (#161) [`ab45164`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ab45164287566c31004af999df9b5e9109b163ff)

## [v0.9.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.1...v0.9.2) - 2022-02-28

### Merged

Expand All @@ -19,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- deps: updated code dependencies [`8d0dedb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8d0dedb238e6f4523ec6c0d1f72e3ba57572a97d)
- docs: updated download urls [`66fb00b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/66fb00b1e98a1c5c104bd32533bcc275982ec3dc)
- tag: v0.9.2 [`bc990ec`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bc990ec9f41d31f73f23d3bb48daf0379b8bb489)

## [v0.9.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.0...v0.9.1) - 2022-02-23

Expand Down
22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "axios-cache-interceptor",
"version": "0.9.2",
"version": "0.9.3",
"description": "Cache interceptor for axios",
"license": "MIT",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"module": "./esm/index.js",
Expand All @@ -26,10 +27,11 @@
"lint": "eslint . --ext .ts",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git"
},
"funding": "https://github.com/ArthurFiorette/axios-cache-interceptor?sponsor=1",
"repository": "https://github.com/arthurfiorette/axios-cache-interceptor.git",
"author": "Arthur Fiorette <npm@arthur.place>",
"bugs": "https://github.com/arthurfiorette/axios-cache-interceptor/issues",
"homepage": "https://axios-cache-interceptor.js.org",
"keywords": [
"axios",
"cache",
Expand All @@ -39,16 +41,6 @@
"plugin",
"wrapper"
],
"author": {
"name": "Arthur Fiorette",
"email": "npm@arthur.place",
"url": "https://arthur.place"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/arthurfiorette/axios-cache-interceptor/issues"
},
"homepage": "https://axios-cache-interceptor.js.org",
"dependencies": {
"cache-parser": "^1.2.2",
"fast-defer": "^1.1.5",
Expand Down

0 comments on commit 41d9fe1

Please sign in to comment.