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",