Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.0...v0.4.0) (2020-03-09)

### Features

* **catalog:** add catalog metadata files ([#32](#32)) ([32620ca](32620ca)), closes [#31](#31)
  • Loading branch information
@semantic-release-bot committed Mar 9, 2020
1 parent 893304e commit 8627f7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.4.0](https://github.com/newrelic/nr1-network-telemetry/compare/v0.3.0...v0.4.0) (2020-03-09)


### Features

* **catalog:** add catalog metadata files ([#32](https://github.com/newrelic/nr1-network-telemetry/issues/32)) ([32620ca](https://github.com/newrelic/nr1-network-telemetry/commit/32620ca78b652035b632cc4d791a673a9e4f4fdf)), closes [newrelic/nr1-network-telemetry#31](https://github.com/newrelic/nr1-network-telemetry/issues/31)

# [0.3.0](https://github.com/newrelic/nr1-network-telemetry/compare/v0.2.0...v0.3.0) (2020-01-30)


Expand Down
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.3.0",
"version": "0.4.0",
"scripts": {
"checkversion": "check-node-version --node $(cat .nvmrc)",
"format": "prettier \"**/*.js\" \"**/*.json\" \"**/*.jsx\" \"**/*.scss\" --ignore-path .eslintignore --list-different",
Expand Down

0 comments on commit 8627f7d

Please sign in to comment.