diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..8d1d6fe --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# [0.2.0](https://github.com/newrelic/nr1-top/compare/v0.1.7...v0.2.0) (2019-11-14) + + +### Bug Fixes + +* **ci:** add semantic-release plugins not bundled in npx ([f490c3e](https://github.com/newrelic/nr1-top/commit/f490c3e11719e365a59c755d59f32589f053e663)) + + +### Features + +* circleci and semantic-release ([#13](https://github.com/newrelic/nr1-top/issues/13)) ([6a4c030](https://github.com/newrelic/nr1-top/commit/6a4c0307af15fb044f43fe4c990634b03348314f)) diff --git a/package.json b/package.json index 150a09b..2a72042 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "name": "nr1-top", "description": "NR1 UI Package nr1-top", - "version": "0.1.7", + "version": "0.2.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",