Skip to content

Commit baa0a69

Browse files
chore(release): 8.1.1 [skip ci]
## [8.1.1](v8.1.0...v8.1.1) (2023-04-27) ### Bug Fixes * do not depend on express, use `body-parser` instead ([8ed4f80](8ed4f80))
1 parent 8ed4f80 commit baa0a69

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.1.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.0...v8.1.1) (2023-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* do not depend on express, use `body-parser` instead ([8ed4f80](https://github.com/BowlingX/apollo-proxy-cache/commit/8ed4f80be5513bae590877e366daa7af0c6e7f4f))
7+
18
# [8.1.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.5...v8.1.0) (2023-04-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-proxy-cache",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
55
"main": "dist/node/index.js",
66
"browser": "dist/browser/index.js",

0 commit comments

Comments
 (0)