Skip to content

Commit

Permalink
chore(release): 8.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.4](v8.0.3...v8.0.4) (2022-11-24)

### Bug Fixes

* fixed invalid peer dependencies ([9e6d481](9e6d481))
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 9e6d481 commit beba219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.0.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.3...v8.0.4) (2022-11-24)


### Bug Fixes

* fixed invalid peer dependencies ([9e6d481](https://github.com/BowlingX/apollo-proxy-cache/commit/9e6d48106f48e228628bc8ac91a0720de7d18c36))

## [8.0.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.2...v8.0.3) (2022-11-23)


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": "apollo-proxy-cache",
"version": "8.0.3",
"version": "8.0.4",
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
"main": "dist/node/index.js",
"browser": "dist/browser/index.js",
Expand Down

0 comments on commit beba219

Please sign in to comment.