Skip to content

Commit

Permalink
chore(release): 0.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.13.0](v0.12.0...v0.13.0) (2024-03-27)

### Bug Fixes

* add return to promise.then() ([7cf46a5](7cf46a5))
* change empty string to null character ([e5bd1dd](e5bd1dd))
* eslint error ([12a7284](12a7284))
* eslint errors ([d3ee0f4](d3ee0f4))
* heat-map props and remove eslint react/prop-types directives ([76375d8](76375d8))
* labs log url ([0a5de54](0a5de54))

### Features

* add HelpModal component ([e015b59](e015b59))
* add nrlabs Messages component ([bacb8fb](bacb8fb))
  • Loading branch information
nr-opensource-bot committed Mar 27, 2024
1 parent 2d27164 commit 4e814b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.13.0](https://github.com/newrelic/nr1-container-explorer/compare/v0.12.0...v0.13.0) (2024-03-27)


### Bug Fixes

* add return to promise.then() ([7cf46a5](https://github.com/newrelic/nr1-container-explorer/commit/7cf46a58e1592f0a8dad21b49786e12d4b406db9))
* change empty string to null character ([e5bd1dd](https://github.com/newrelic/nr1-container-explorer/commit/e5bd1dd11c2d09d80ffe4123e47ce2aa668ba0eb))
* eslint error ([12a7284](https://github.com/newrelic/nr1-container-explorer/commit/12a72848e534452b570bbca4d8e3f091270a278f))
* eslint errors ([d3ee0f4](https://github.com/newrelic/nr1-container-explorer/commit/d3ee0f497d6933d39736ce2f64e6fb22c823d480))
* heat-map props and remove eslint react/prop-types directives ([76375d8](https://github.com/newrelic/nr1-container-explorer/commit/76375d8a771dfb924d1706b0f272a31fd612d950))
* labs log url ([0a5de54](https://github.com/newrelic/nr1-container-explorer/commit/0a5de54a7ed3bc42ff10df329580005b2f841ec7))


### Features

* add HelpModal component ([e015b59](https://github.com/newrelic/nr1-container-explorer/commit/e015b59388c8ee96498b8e3a9aa2e6a95362042c))
* add nrlabs Messages component ([bacb8fb](https://github.com/newrelic/nr1-container-explorer/commit/bacb8fb67d4757793d08c433f003b1bb66468e72))

# [0.12.0](https://github.com/newrelic/nr1-container-explorer/compare/v0.11.2...v0.12.0) (2022-02-22)


Expand Down
4 changes: 2 additions & 2 deletions 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": "nr1-container-explorer",
"description": "Nerdpack nr1-container-explorer",
"version": "0.12.0",
"version": "0.13.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit 4e814b4

Please sign in to comment.