Skip to content

Commit

Permalink
tag: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 21, 2021
1 parent 33b8dcd commit 7b981c2
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,13 +7,20 @@ 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.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2)
## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3)

### Commits

- refactor!: updated all exports [`33b8dcd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/33b8dcd58b035851797a4b446b318b7249c59b2d)

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

### Commits

- ci: codeql action [`a71c16d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a71c16d27b03545ce3f3027bc36061834221188e)
- docs: initial docs [`2d3cbda`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2d3cbda079c1ff9c76d6b99d03a2fbadda831178)
- docs: removed readme example dedicated file [`1178fd4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1178fd43af85e4a03cee711ded108775c434d460)
- tag: v0.2.2 [`7e1134e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7e1134ea617a35a932614c715b471aece58acf67)

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

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.2",
"version": "0.2.3",
"description": "Cache interceptor for axios",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7b981c2

Please sign in to comment.