Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.6](v0.6.5...v0.6.6) (2021-11-12)

### Bug Fixes

* remove deprecated paramter from TextField ([efd2021](efd2021))
* use node 14 and speicifc version of semantic release ([233597a](233597a))
  • Loading branch information
nr-opensource-bot committed Nov 12, 2021
1 parent 4dd94bc commit 0149ce8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.6.6](https://github.com/newrelic/nr1-graphiql-notebook/compare/v0.6.5...v0.6.6) (2021-11-12)


### Bug Fixes

* remove deprecated paramter from TextField ([efd2021](https://github.com/newrelic/nr1-graphiql-notebook/commit/efd2021dbbc0ca15b00d3e755b4530802fc4b789))
* use node 14 and speicifc version of semantic release ([233597a](https://github.com/newrelic/nr1-graphiql-notebook/commit/233597a3b7cd0068475e43435a2d88af60eab744))

## [0.6.5](https://github.com/newrelic/nr1-graphiql-notebook/compare/v0.6.4...v0.6.5) (2021-05-07)


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
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-graphiql-notebook",
"description": "Explore New Relic data using a Jupyter Notebook-inspired utility to explore our GraphQL API. Share notebooks with colleagues.",
"version": "0.6.5",
"version": "0.6.6",
"bugs": {
"email": "opensource@newrelic.com"
},
Expand Down

0 comments on commit 0149ce8

Please sign in to comment.