Skip to content

Commit

Permalink
tag: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 20, 2021
1 parent 5b6d14f commit 1099942
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ 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.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.3...v0.2.0)
## [v0.2.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.0...v0.2.1)

### Commits

- chore: prettify script with plugins [`c917f36`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c917f369a88c79e8bd9f4b2e4bd31c8a1bef03eb)
- chore: push git tag on `yarn version` [`ec01751`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ec0175125b178832b5a9ac89f440687f2d7e6dd3)
- chore: removed filename in launch.json [`eb868d4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/eb868d4b3e6e21e6b88c55b23611bdd4cbd505bf)
- refactor: concurreny fixes and refactored deferred [`70e5c07`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
- refactor: removed symbol support and more tests [`5b6d14f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b6d14f31424db01cc181bfce599edfedde2cffd)

## [v0.2.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.3...v0.2.0) - 2021-09-20

### Merged

Expand All @@ -26,6 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: renamed status constants [`6e61c0d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6e61c0d5dbdf87c8fda08fe916ae2704e0f59ae0)
- refactor: requests ids can also be `symbol` [`38133a7`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/38133a7624f2089de08314f761476419b0046dfe)
- style: prettified code [`45630e3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/45630e38376961ef7bf30d60e823accee4c15a84)
- tag: v0.2.0 [`8228045`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/8228045aff20be226c06ea01458de30c8c03e521)
- tag: v0.2.0 [`3ae95cf`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ae95cfc2da071f84551eb873320f0974823dd46)

## [v0.1.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.2...v0.1.3) - 2021-09-15
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.0",
"version": "0.2.1",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1099942

Please sign in to comment.