Skip to content

Commit

Permalink
chore(release): 8.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.2](v8.0.1...v8.0.2) (2022-08-04)

### Bug Fixes

* fixed a problem in case a query cannot be parsed and the application would crash without further error handling. Log warnings only in development mode ([7c6c9dc](7c6c9dc))
  • Loading branch information
semantic-release-bot committed Aug 4, 2022
1 parent 7c6c9dc commit d3e26f4
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.2](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.1...v8.0.2) (2022-08-04)


### Bug Fixes

* fixed a problem in case a query cannot be parsed and the application would crash without further error handling. Log warnings only in development mode ([7c6c9dc](https://github.com/BowlingX/apollo-proxy-cache/commit/7c6c9dcbb0b3a87ba1488e5e8898c9fbb931059b))

## [8.0.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.0...v8.0.1) (2022-04-10)


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.1",
"version": "8.0.2",
"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 d3e26f4

Please sign in to comment.