Skip to content

Commit

Permalink
tag: v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 23, 2022
1 parent e9fc692 commit f09670d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,40 @@ 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.8.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.3...v0.8.4)
## [v0.8.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.4...v0.8.5)

### Merged

- docs: add license scan report and status [`#124`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/124)
- chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 [`#123`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/123)

### Commits

- build: build everything from webpack [`f160428`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f1604287a414cc283057d28733525a4b900f07ca)
- build: minimize all bundles bc devtool is active [`2d779ec`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d779ec0da4dad1c6371cc2a80ea2ed088901e78)
- chore: switch back to yarn v1 [`7d314c2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7d314c2229fbab561e883134a3da67b959efabb7)
- docs: added react component example [`df74939`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/df74939dde8dfabecf8181ef030033a6438f58a6)
- docs: added tsx syntax highlight [`706c4dd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/706c4dd4dce3d2838e22d92b5c78f0569762d87d)
- docs: removed coverpage [`bdbdd37`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bdbdd370ea1e10dbc6afed56820092b7a7074535)
- docs: simple analytics :( [`cb59384`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cb5938401be8599459cfed963f3dea7edd33a691)
- docs: updated docs [`95f4137`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/95f4137cfd7f2204630ac9004f98c0809e438ccb)
- docs: updated documentation [`e9fc692`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e9fc69248dd678ebe92f87fe1780474644cddba5)
- docs: updated download urls [`026465c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/026465cc99788aa3c944efa29ef911cc5f699dc5)
- docs: updated fossa badges [`9b9ae3a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9b9ae3a260724544767b69d7ea46cbd6de25c378)
- docs: updated homepage [`7ccac42`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7ccac42fcd5686422ac9d0a5e1be8454c7ba4629)
- docs: updated homepage [`989ceec`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/989ceeca4b0e454875a7aa24cee4afede1236afa)
- docs: updated installing page [`b76087e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b76087ed27ddd3d298b28c7c453279033b41b356)
- docs: updated sidebar and added dev mode section [`cc6523f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cc6523f00c76bb680035de44a37f32885efb7fea)
- feat: debug mode & fixed tests [`0ba6025`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0ba6025fb50b379df638e56c3daf9ebfa883ca04)
- fixed jsx highlighting [`64c0f40`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/64c0f405a214222a20757477abb48a410347f4c8)
- refactor: added ACI prefix to avoid external conflicts [`ea4ab4c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ea4ab4c4eb13e7f6ecbc20d0a691b50b8e36ef0e)
- refactor: added debug points [`098cf47`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/098cf47d06b70b966852f7dfb4747c8eaee2b14a)
- refactor: added memory storage type [`7dc15be`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7dc15be22e3ccf95ffa746509443d0295d97c66d)
- refactor: moved header file [`d14750e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d14750ee63593d275255033bad228aa0023eadf5)
- refactor: prefer the usage of `AxiosResponseHeaders` [`bd4bf26`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bd4bf26e1846e3579eba7dba379c0f3560432c8a)
- style: format code [`31ef7e7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/31ef7e7eb24ae70344d8e9463281615afa7a5171)

## [v0.8.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.3...v0.8.4) - 2022-01-18

### Commits

Expand All @@ -24,6 +57,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: removed breaking behaviour [`7217eaf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7217eaff024a08bd52047728c9b21c6c9c568ea2)
- refactor: use `Object.freeze` at `Header` enum [`0e2508c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0e2508c020dcb165cb070fd59168c63c9ac65dd6)
- style: format code [`1e8ca38`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e8ca383ac0a6d7a91c7e1070573480c305ca47d)
- tag: v0.8.4 [`e356386`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e356386d0239c76a8b681577be68680e21ab025e)

## [v0.8.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.2...v0.8.3) - 2022-01-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.8.4",
"version": "0.8.5",
"description": "Cache interceptor for axios",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down

0 comments on commit f09670d

Please sign in to comment.