diff --git a/CHANGELOG.md b/CHANGELOG.md index a437bc0..85200e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.3](https://github.com/yarinvak/graphql-vision/compare/v0.5.2...v0.5.3) (2020-02-02) + + +### Bug Fixes + +* **release:** fix release ([15e5fac](https://github.com/yarinvak/graphql-vision/commit/15e5fac46e42e78006fb2312b01fb202c70f478a)) + ## [0.5.2](https://github.com/yarinvak/graphql-vision/compare/v0.5.1...v0.5.2) (2020-02-02) diff --git a/package-lock.json b/package-lock.json index e8c8df4..f82163c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd76217..ae38f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.5.2", + "version": "0.5.3", "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",