tag: v0.5.1

This commit is contained in:
Arthur Fiorette 2021-11-05 10:53:13 -03:00
parent bf891bdd09
commit 6a680c1768
2 changed files with 9 additions and 2 deletions

View File

@ -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.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0)
## [v0.5.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.5.0...v0.5.1)
### Commits
- refactor: better typings for axios 0.24 [`bf891bd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bf891bdd095cc7c2dd5363ac6c5207192c70954a)
## [v0.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0) - 2021-10-28
### Merged
@ -19,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- merge: merged code [`312ff64`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/312ff64bfe321a9ef5c3fe12251aabbc90306b34)
- merge: merged code [`b3f832c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b3f832cb07337a2631aae8aa496402645f72ec39)
- style: prettified code [`0058cd5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0058cd577117af99ed749019a876085dad211713)
- tag: v0.5.0 [`3ca29dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ca29dcf15ffb0ed4215d08968a68a8146515e47)
- tag: v0.5.0 [`a50c0b6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a50c0b689d26233c88e4d2bf8d323d5d6149114d)
## [v0.4.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1) - 2021-10-25

View File

@ -1,6 +1,6 @@
{
"name": "axios-cache-interceptor",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"types": "./types/index.d.ts",