diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e88eb..d7d7483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/yarinvak/graphql-vision/compare/v0.4.0...v0.5.0) (2020-02-01) + + +### Features + +* **keep-alive:** add keep alive support ([8064745](https://github.com/yarinvak/graphql-vision/commit/80647451d07eb889fae8d2b8f8a7ba6cc473f4a5)) + # [0.4.0](https://github.com/yarinvak/graphql-vision/compare/v0.3.1...v0.4.0) (2020-01-31) diff --git a/package-lock.json b/package-lock.json index e68244c..a672e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3ae9c4..f4e9417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-vision", - "version": "0.4.0", + "version": "0.5.0", "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",