Skip to content

Commit

Permalink
chore(release): 0.5.9 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.9](v0.5.8...v0.5.9) (2020-05-09)

### Bug Fixes

* make duration nullable ([e863193](e863193))
  • Loading branch information
semantic-release-bot committed May 9, 2020
1 parent ed7b14f commit e006086
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.9](https://github.com/yarinvak/graphql-vision/compare/v0.5.8...v0.5.9) (2020-05-09)


### Bug Fixes

* make duration nullable ([e863193](https://github.com/yarinvak/graphql-vision/commit/e863193a7cf833246803686a2cc37a86e5aadae9))

## [0.5.8](https://github.com/yarinvak/graphql-vision/compare/v0.5.7...v0.5.8) (2020-05-09)


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.5.8",
"version": "0.5.9",
"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 e006086

Please sign in to comment.