Skip to content

Commit

Permalink
chore(release): 0.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.3](v0.8.2...v0.8.3) (2022-02-25)

### Bug Fixes

* remove uuid update ([4613a70](4613a70))
* update node version in workflows, update errors to error ([87ccf14](87ccf14))
  • Loading branch information
nr-opensource-bot committed Feb 25, 2022
1 parent 85c97bd commit f9c8849
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.8.3](https://github.com/newrelic/nr1-network-telemetry/compare/v0.8.2...v0.8.3) (2022-02-25)


### Bug Fixes

* remove uuid update ([4613a70](https://github.com/newrelic/nr1-network-telemetry/commit/4613a707d897579da2c28a4c07a279dcb7ac3517))
* update node version in workflows, update errors to error ([87ccf14](https://github.com/newrelic/nr1-network-telemetry/commit/87ccf1499c7fb1958cf88ceaed87c94165d61eed))

## [0.8.2](https://github.com/newrelic/nr1-network-telemetry/compare/v0.8.1...v0.8.2) (2021-11-10)


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-network-telemetry-nerdpack",
"description": "Real time IPfix and Sflow visualization of network data passing through your system.",
"version": "0.8.2",
"version": "0.8.3",
"scripts": {
"checkversion": "check-node-version --node $(cat .nvmrc)",
"format": "prettier --check \"**/*.js\" \"**/*.json\" \"**/*.jsx\" \"**/*.scss\" --ignore-path .eslintignore",
Expand Down

0 comments on commit f9c8849

Please sign in to comment.