diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c327591..cc719c5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.8.0](https://github.com/newrelic/nr1-top/compare/v0.7.0...v0.8.0) (2021-10-18) + + +### Features + +* add whats inside screenshots for nerdlet and launcher ([aeeabae](https://github.com/newrelic/nr1-top/commit/aeeabae7bc462fb8f991363ed679c2174711dd93)) + # [0.7.0](https://github.com/newrelic/nr1-top/compare/v0.6.5...v0.7.0) (2021-10-04) diff --git a/package-lock.json b/package-lock.json index d8629d8..7c532ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-top", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6492149..d8a04e8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "opensource+nr1-top@newrelic.com" }, "description": "NR1 UI Package nr1-top", - "version": "0.7.0", + "version": "0.8.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",