From 581cf3f208dbb4caa51ea3acb7033cf721a3b7d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Feb 2020 14:32:41 +0000 Subject: [PATCH] chore(release): 0.5.5 [skip ci] ## [0.5.5](https://github.com/yarinvak/graphql-vision/compare/v0.5.4...v0.5.5) (2020-02-02) ### Bug Fixes * **release:** fix release 2 ([47f88f7](https://github.com/yarinvak/graphql-vision/commit/47f88f7b125f1cbef4f71eda8ef154a08009e3a9)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c34f4e..95ccfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.5](https://github.com/yarinvak/graphql-vision/compare/v0.5.4...v0.5.5) (2020-02-02) + + +### Bug Fixes + +* **release:** fix release 2 ([47f88f7](https://github.com/yarinvak/graphql-vision/commit/47f88f7b125f1cbef4f71eda8ef154a08009e3a9)) + ## [0.5.4](https://github.com/yarinvak/graphql-vision/compare/v0.5.3...v0.5.4) (2020-02-02) diff --git a/package-lock.json b/package-lock.json index 8d3b027..8a8d2dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ebb004..32a2553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.4", + "version": "0.5.5", "description": "A server for receiving apollo tracing elements and rendering the metrics into a react dashboard", "main": "dist/index.js", "types": "dist/index.d.ts",