diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d7483..66834ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.1](https://github.com/yarinvak/graphql-vision/compare/v0.5.0...v0.5.1) (2020-02-01) + + +### Bug Fixes + +* **dashboard version:** update dashboard version ([4a027f1](https://github.com/yarinvak/graphql-vision/commit/4a027f17a241976df0ed8541153a4f49cfbc6062)) + # [0.5.0](https://github.com/yarinvak/graphql-vision/compare/v0.4.0...v0.5.0) (2020-02-01) diff --git a/package-lock.json b/package-lock.json index a672e3a..848641a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4e9417..73856ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.0", + "version": "0.5.1", "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",