Skip to content

Commit

Permalink
tag: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 11, 2021
1 parent ef94c70 commit 795d706
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,35 @@ 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.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.0...v0.7.1)
## [v0.7.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.1...v0.7.2)

### Commits

- chore: CacheOptions at the top of the file [`1615f28`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1615f284b36dfc1cf7824135004f72504113c7b6)
- chore: use default browserslist config [`e9aeacc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e9aeaccbc2c315b42d3f959f899a3e26ce7dc43b)
- chore: fixed typescript build [`ef94c70`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ef94c7042371a0500a4714fa14e188b38112ed74)
- chore: minor config changes [`d00b607`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d00b607467f5c9819e7460e663dd4b1f45359aa0)
- chore: use default webpack-terser-plugin [`2d157c8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d157c8769181a652f29c828e905f6e1bcf3f044)
- deps: updated dev dependencies [`b8623b6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b8623b6e4e245785c4b05503f063093251551cf2)
- refactor: externalized createCacheData function [`c3a0fea`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c3a0fea1bdd77f0d3123db5d7f07f463cc610239)
- refactor: made some methods static and public [`b4ad24d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b4ad24de482cb424c15771d4a4df712d5d448f64)
- style: fixed prettier plugin order [`6929b02`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6929b021e06763a089c7bb376551eca8de3da1b9)

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

### Commits

- tag: v0.7.1 [`27fdd84`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/27fdd84d8db1571e62f8cce800e33d6ffa638fac)

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

### Commits

- chore: CacheOptions at the top of the file [`1615f28`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1615f284b36dfc1cf7824135004f72504113c7b6)
- 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)
- chore: removed babel runtime usage [`d2a6fed`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d2a6fed156d73a04515186ab74448b170deaf293)
- chore: transpile @tusbar/cache-control and correct babel config [`32afef4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/32afef4ae8d57a04ff71c4e85a976a3983361386)
- chore: use default browserslist config [`e9aeacc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e9aeaccbc2c315b42d3f959f899a3e26ce7dc43b)
- chore!: use google browserlist config [`1fc3552`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1fc35529fa80f5399e234aff0bcf2204e11c7ec3)
- 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)
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.1",
"version": "0.7.2",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"jsdelivr": "./dist/index.bundle.js",
Expand Down

0 comments on commit 795d706

Please sign in to comment.