From be68ef66a6ea46c359d604f913b3fb9dada7db11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Jun 2021 21:15:00 +0000 Subject: [PATCH] chore(release): 7.0.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac1b4a..ec03d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fadfe12..9a97d89 100644 --- a/package.json +++ b/package.json @@ -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",