From cc69bf4fed132c2355493169038d5eb5744440c4 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Mon, 15 Nov 2021 17:58:04 +0000 Subject: [PATCH] chore(release): 0.7.0 [skip ci] # [0.7.0](https://github.com/newrelic/nr1-graphiql-notebook/compare/v0.6.10...v0.7.0) (2021-11-15) ### Bug Fixes * revert id change ([7fb79db](https://github.com/newrelic/nr1-graphiql-notebook/commit/7fb79dbd50aaddc03a3bd5a6ed2eb2f9c6f11695)) ### Features * add catalog keywords and categoryTerms ([09b0982](https://github.com/newrelic/nr1-graphiql-notebook/commit/09b0982adc96e5e082bcd2d44b44ac933e01c038)) --- docs/CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4cec43f..aa652a5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.7.0](https://github.com/newrelic/nr1-graphiql-notebook/compare/v0.6.10...v0.7.0) (2021-11-15) + + +### Bug Fixes + +* revert id change ([7fb79db](https://github.com/newrelic/nr1-graphiql-notebook/commit/7fb79dbd50aaddc03a3bd5a6ed2eb2f9c6f11695)) + + +### Features + +* add catalog keywords and categoryTerms ([09b0982](https://github.com/newrelic/nr1-graphiql-notebook/commit/09b0982adc96e5e082bcd2d44b44ac933e01c038)) + ## [0.6.10](https://github.com/newrelic/nr1-graphiql-notebook/compare/v0.6.9...v0.6.10) (2021-11-12) diff --git a/package-lock.json b/package-lock.json index af5325c..b020332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-graphiql-notebook", - "version": "0.6.10", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf03034..ae83540 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.10", + "version": "0.7.0", "bugs": { "email": "opensource@newrelic.com" },