Skip to content

Commit

Permalink
tag: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 14, 2022
1 parent 66e88ad commit e2fb91b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,37 @@ 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.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.2...v0.9.3)
## [v0.10.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.3...v0.10.0)

### Merged

- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.30 to 0.3.31 [`#171`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/171)
- chore(deps-dev): bump eslint from 8.10.0 to 8.11.0 [`#170`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/170)
- chore(deps-dev): bump docsify-cli from 4.4.3 to 4.4.4 in /docs [`#172`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/172)
- feat!: new bundle setup & fixed development bundles [`#167`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/167)
- fix: memory storage copy data to avoid reference changes [`#164`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/164)
- chore(deps-dev): bump ts-loader from 9.2.7 to 9.2.8 [`#168`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/168)
- chore(deps-dev): bump axios from 0.26.0 to 0.26.1 [`#166`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/166)

### Commits

- chore: brave rewards [`f140b02`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f140b0267c7219086ede19c097a5ef64b11eb556)
- chore: fixed unknown build bug :) [`cb8eb37`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cb8eb374e61056c8795a138dc96103feb418bef4)
- chore: updated yarn.lock [`bb88a8b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bb88a8ba51ba7d08b5acbda90ddbdfe6c53e63de)
- ci: dependabot for docs folder [`e7922bd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e7922bd96a084be987ed4e3e6767a2c5da70fbe1)
- deps: updated typescript eslint [`ae58690`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ae58690b9b50edc5627a582cace35a8234cfbdf4)
- docs: updated benchmark and fixed some typos [`08d7ab4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/08d7ab49e2ff363bbac1bab7aaf1b86387779373)
- docs: updated download urls [`e2f2428`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e2f2428b753e473b5797ce830bc71038eee13e3a)
- docs: updated many things in the documentation [`766c6de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/766c6de80901fb59ab65375aa72547ba11de7291)
- feat!: updated default caching options [`119fa32`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/119fa32f18afc0b371c59e6e5e06491ab0804c30)
- perf: optimized build config [`3a800d7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3a800d78ea6f735365226bfe48a85af25b61b635)
- refactor: clone data only when needed [`09a69f8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/09a69f80069f474f65bf58bc23bc71c8e511c84d)
- style: formatted code [`6fd42b2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6fd42b23586203df22320d1eee1fb06cec95b9e5)
- style: formatted code [`58d3859`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/58d385927bf9324eba04d671937f516cd6cd154c)
- tag: v0.9.3 [`41d9fe1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/41d9fe1d4d94c547a25afb5ce3985486f949f0d3)
- tests: fixed memory storage clone test [`a0e05e8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a0e05e8d30c2fbe228f2d7876013c02ad3a1991b)

## [v0.9.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.9.2...v0.9.3) - 2022-03-04

### Merged

Expand All @@ -24,6 +54,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- tag: v0.9.3 [`9993af2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9993af21ca2897c12e02a9dfdc3e7dec72dd22ad)

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

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.9.3",
"version": "0.10.0",
"description": "Cache interceptor for axios",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit e2fb91b

Please sign in to comment.