Skip to content

Commit

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

### Commits

- chore: fixed build setup [`f37574b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f37574b90a891f0d81334e3163ed8c382ca8a58e)

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

### Merged

Expand All @@ -34,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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.10.0 [`e2fb91b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e2fb91be0bdb293e68c5de4fc71604e67718aab3)
- 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)

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

0 comments on commit 56a9841

Please sign in to comment.