Skip to content

Commit

Permalink
chore(release): 0.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.1](v0.6.0...v0.6.1) (2020-05-11)

### Bug Fixes

* extend connection options ([fd1abab](fd1abab))
  • Loading branch information
semantic-release-bot committed May 11, 2020
1 parent 2c88c89 commit b52cc7c
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.6.1](https://github.com/yarinvak/graphql-vision/compare/v0.6.0...v0.6.1) (2020-05-11)


### Bug Fixes

* extend connection options ([fd1abab](https://github.com/yarinvak/graphql-vision/commit/fd1ababca586dc2ac54ce987fce77c4f43991644))

# [0.6.0](https://github.com/yarinvak/graphql-vision/compare/v0.5.9...v0.6.0) (2020-05-11)


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.6.0",
"version": "0.6.1",
"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 b52cc7c

Please sign in to comment.