From d76613aa4d48f21e94c06dd4b8b7e211149a8e94 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Fri, 15 Oct 2021 16:24:48 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/newrelic/nr1-neon/compare/v0.5.0...v0.6.0) (2021-10-15) ### Features * add whats inside screenshots for nerdlets and launcher ([d34aeea](https://github.com/newrelic/nr1-neon/commit/d34aeea9d998f4487e59f7eab62b7f3ca205ee3e)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3007a67..cae5d51 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/newrelic/nr1-neon/compare/v0.5.0...v0.6.0) (2021-10-15) + + +### Features + +* add whats inside screenshots for nerdlets and launcher ([d34aeea](https://github.com/newrelic/nr1-neon/commit/d34aeea9d998f4487e59f7eab62b7f3ca205ee3e)) + # [0.5.0](https://github.com/newrelic/nr1-neon/compare/v0.4.3...v0.5.0) (2021-10-04) diff --git a/package-lock.json b/package-lock.json index b578a29..add6168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-neon", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84ba86c..4322808 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-neon", "description": "Create a status board based on New Relic alert statuses or event values.", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",