Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-04-07)

### Bug Fixes

* [#78](#78) - align entity type dropdown/label across tabs ([c9203fa](c9203fa))
* issue [#77](#77) - display <tag not defined> when no entities have the tag defined ([7c44f1e](7c44f1e))
  • Loading branch information
nr-opensource-bot committed Apr 7, 2021
1 parent 5623391 commit b348b27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tag not defined> 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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b348b27

Please sign in to comment.