diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 55059a3..2e1c09e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.2](https://github.com/newrelic/nr1-tag-improver/compare/v1.1.1...v1.1.2) (2021-04-07) + + +### Bug Fixes + +* [#78](https://github.com/newrelic/nr1-tag-improver/issues/78) - align entity type dropdown/label across tabs ([c9203fa](https://github.com/newrelic/nr1-tag-improver/commit/c9203fa0ebaaab316ae16880dd917e7db8ac7c1a)) +* issue [#77](https://github.com/newrelic/nr1-tag-improver/issues/77) - display when no entities have the tag defined ([7c44f1e](https://github.com/newrelic/nr1-tag-improver/commit/7c44f1ec06c52d842321964e9d3a864fed486440)) + ## [1.1.1](https://github.com/newrelic/nr1-tag-improver/compare/v1.1.0...v1.1.1) (2021-04-05) diff --git a/package-lock.json b/package-lock.json index 6c5ead0..7b2ae30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tag-improver", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9747081..34ccb25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "tag-improver", "description": "Nerdpack template", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",