Skip to content

Commit

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

### Bug Fixes

* fixed forwarding missing `options` argument. Moved dependencies to peerDependencies ([27e5be1](27e5be1))
  • Loading branch information
semantic-release-bot committed Nov 23, 2022
1 parent 27e5be1 commit 18551c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.0.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.2...v8.0.3) (2022-11-23)


### Bug Fixes

* fixed forwarding missing `options` argument. Moved dependencies to peerDependencies ([27e5be1](https://github.com/BowlingX/apollo-proxy-cache/commit/27e5be13efa5be5eeb6572616b928392d79b1d53))

## [8.0.2](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.1...v8.0.2) (2022-08-04)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-proxy-cache",
"version": "8.0.2",
"version": "8.0.3",
"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 Expand Up @@ -91,8 +91,7 @@
"yargs": "^13.1.2",
"ssri": "^8.0.1"
},
"dependencies": {
},
"dependencies": {},
"engines": {
"node": ">=12"
}
Expand Down

0 comments on commit 18551c1

Please sign in to comment.