Skip to content

Commit

Permalink
chore(release): 8.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.3](v8.1.2...v8.1.3) (2023-04-27)

### Bug Fixes

* use build-in `fixRequestBody` ([2d83649](2d83649))
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent 2d83649 commit 186bfef
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.1.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.2...v8.1.3) (2023-04-27)


### Bug Fixes

* use build-in `fixRequestBody` ([2d83649](https://github.com/BowlingX/apollo-proxy-cache/commit/2d8364977aaedeaa7d94d7a249dd43326730fd1c))

## [8.1.2](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.1...v8.1.2) (2023-04-27)


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.1.2",
"version": "8.1.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

0 comments on commit 186bfef

Please sign in to comment.