Skip to content

Commit

Permalink
tag: v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 15, 2022
1 parent 16184ac commit 429256d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ 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.8.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.1...v0.8.2)
## [v0.8.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.2...v0.8.3)

### Commits

- build: optimize umd builds with tslib [`6d9683a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6d9683a41030bdde77e26f6a361404d615b891ad)
- deps: updated `cache-parser` and `jest` [`16184ac`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/16184acddb76005b5f95ee15b979748c09ed155c)
- docs: updated download urls [`d51c622`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d51c6228a6ff885b64083710e13a8187b8f24e36)
- refactor: `Header` as const and renaming... [`e391f56`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e391f5664c134403a003519f527352a3ce235761)

## [v0.8.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.1...v0.8.2) - 2022-01-14

### Commits

Expand All @@ -21,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: buildKeyGenerator and ids with req.data by default [`9379fce`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9379fce10053348cf48e8a225dbbdb12e145dbcf)
- fix: include data at keyGenerator (#116) [`6f9ef36`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6f9ef36e75c2215f3079347e1bcb21ca2f225441)
- perf: only execute one generateKey per request [`fa2c6e3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fa2c6e32041266429f4b2e9d4490279853e89a22)
- tag: v0.8.2 [`650d094`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/650d094fb6c6fcfc0b8a86624fac74e6b179c365)

## [v0.8.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.0...v0.8.1) - 2022-01-13

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.8.2",
"version": "0.8.3",
"description": "Cache interceptor for axios",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"check": "sh build/check.sh",
"format": "prettier --write .",
"lint": "eslint . --ext .ts",
"version": "auto-changelog -p && git add CHANGELOG.md"
"changelog": "auto-changelog -p"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 429256d

Please sign in to comment.