Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.0...v0.5.0) (2020-02-01)

### Features

* **keep-alive:** add keep alive support ([8064745](8064745))
  • Loading branch information
semantic-release-bot committed Feb 1, 2020
1 parent 253018b commit c92cf58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c92cf58

Please sign in to comment.