Skip to content

Commit

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

### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([28639e6](28639e6))
* update lodash ([#39](#39)) ([5158ed8](5158ed8))
* upgrade react-json-pretty from 2.1.0 to 2.2.0 ([6d72891](6d72891))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent 4135081 commit ad24fce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.1](https://github.com/newrelic/nr1-event-stream/compare/v1.4.0...v1.4.1) (2020-09-03)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([28639e6](https://github.com/newrelic/nr1-event-stream/commit/28639e6c3a6decc1cb542e95361d241f2f70a0c5))
* update lodash ([#39](https://github.com/newrelic/nr1-event-stream/issues/39)) ([5158ed8](https://github.com/newrelic/nr1-event-stream/commit/5158ed8b0b082b9a05f2e7a0057de0b6af487e2f))
* upgrade react-json-pretty from 2.1.0 to 2.2.0 ([6d72891](https://github.com/newrelic/nr1-event-stream/commit/6d7289118bd21f579dde4b99d9d2b8e2e5194110))

# [1.4.0](https://github.com/newrelic/nr1-event-stream/compare/v1.3.1...v1.4.0) (2020-07-09)


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": "nr1-event-stream",
"description": "Event Stream Nerdpack",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit ad24fce

Please sign in to comment.