From 0149ce8575b7258a45d8d6e148925b20e9f1df01 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Fri, 12 Nov 2021 15:47:40 +0000 Subject: [PATCH] chore(release): 0.6.6 [skip ci] ## [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)) --- docs/CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8a965c7..17c60a7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7021688..6d93432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-graphiql-notebook", - "version": "0.6.5", + "version": "0.6.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb2e7e7..bbedea5 100644 --- a/package.json +++ b/package.json @@ -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" },