Skip to content

Commit

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

### Commits

- chore: correct babel filename [`5d77ef1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5d77ef1a1738b2bc1986ace492eab485b6bee125)
- chore: don't transpile node_modules [`05aadff`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/05aadff20ffea9c4e8f6503dd565ea5dd530e04d)
- chore: good times :) [`1a5fdf9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1a5fdf9bc17fbbda0557190f58f01ebf59661796)
- deps: added missing explicit dependency [`4fa9bc9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4fa9bc94718ff8172b71464c22579f0c0acc1d95)
- docs: updated badges [`3ebe9e5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3ebe9e584c4286cacf4fd282881a6e852dc35e70)
- refactor: bundle does not export everything that index has [`488cd49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/488cd495271fb933c425cbf4eee1cdc9ac1e5bad)

## [v0.7.0-beta3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta2...v0.7.0-beta3) - 2021-12-08

### Commits

- deps: moved `concurrently` to dev dependencies [`bdf5f0f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bdf5f0f7e5a4845a4caec325ad93ad5f66d9a321)
- docs: updated badges [`3c6e76f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3c6e76f587e838010af876ef6d2ff4bcfc72746b)
- docs: updated cdn links [`3dc8b36`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3dc8b362886dbed952b3c8dd97050214d804bbec)
- tag: v0.7.0-beta3 [`3a2a163`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3a2a1635a0c951edaec7693adf2223303e9a6f4b)

## [v0.7.0-beta2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0-beta1...v0.7.0-beta2) - 2021-12-08

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.7.0-beta3",
"version": "0.7.0",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"jsdelivr": "./dist/index.bundle.js",
Expand Down

0 comments on commit 9d0f429

Please sign in to comment.