Skip to content

Commit

Permalink
chore(release): 7.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.5](v7.0.4...v7.0.5) (2021-06-01)

### Bug Fixes

* **formatting, crash:** fixed possible crashing when `[@cache](https://github.com/cache)` directive has missing arguments ([6671b5c](6671b5c))
  • Loading branch information
semantic-release-bot committed Jun 1, 2021
1 parent 6671b5c commit be68ef6
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 @@
## [7.0.5](https://github.com/BowlingX/apollo-proxy-cache/compare/v7.0.4...v7.0.5) (2021-06-01)


### Bug Fixes

* **formatting, crash:** fixed possible crashing when `[@cache](https://github.com/cache)` directive has missing arguments ([6671b5c](https://github.com/BowlingX/apollo-proxy-cache/commit/6671b5c06f8a186697ebfc2556c3397c4e6d12b6))

## [7.0.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v7.0.3...v7.0.4) (2021-06-01)


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": "7.0.4",
"version": "7.0.5",
"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 be68ef6

Please sign in to comment.