From 7d93d4a7f3826acbc2c08b7b0704111620658084 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Feb 2020 14:05:32 +0000 Subject: [PATCH] chore(release): 0.5.2 [skip ci] ## [0.5.2](https://github.com/yarinvak/graphql-vision/compare/v0.5.1...v0.5.2) (2020-02-02) ### Bug Fixes * **release-file:** fix release file ([d3f0503](https://github.com/yarinvak/graphql-vision/commit/d3f05038eefc199d98915cad888dfb00c27733b9)) --- 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 66834ce..a437bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.2](https://github.com/yarinvak/graphql-vision/compare/v0.5.1...v0.5.2) (2020-02-02) + + +### Bug Fixes + +* **release-file:** fix release file ([d3f0503](https://github.com/yarinvak/graphql-vision/commit/d3f05038eefc199d98915cad888dfb00c27733b9)) + ## [0.5.1](https://github.com/yarinvak/graphql-vision/compare/v0.5.0...v0.5.1) (2020-02-01) diff --git a/package-lock.json b/package-lock.json index 848641a..e8c8df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73856ab..4be2eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.1", + "version": "0.5.2", "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",