Skip to content

Commit

Permalink
chore: release 1.0.3 (#7)
Browse files Browse the repository at this point in the history
* chore: updated package-lock.json [ci skip]

* chore: updated CHANGELOG.md [ci skip]

* chore: updated package.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 15, 2020
1 parent f58c5b3 commit 3053525
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.0.3](https://www.github.com/zachowj/node-red-contrib-random-item/compare/v1.0.2...v1.0.3) (2020-10-15)


### Bug Fixes

* don't mutate the array ([8f536c2](https://www.github.com/zachowj/node-red-contrib-random-item/commit/8f536c22218c1a2b58281b74ffa3090ab333c009)), closes [#6](https://www.github.com/zachowj/node-red-contrib-random-item/issues/6)
* Use the correct context when fetching flow, global values ([10d63f3](https://www.github.com/zachowj/node-red-contrib-random-item/commit/10d63f365bd390944584b8d0db05a81f26eae3d0)), closes [#4](https://www.github.com/zachowj/node-red-contrib-random-item/issues/4)

### [1.0.2](https://www.github.com/zachowj/node-red-contrib-random-item/compare/v1.0.1...v1.0.2) (2020-09-04)


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
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-random-item",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node-RED node that randomly selects an item of an array",
"main": "random-item.js",
"scripts": {
Expand Down

0 comments on commit 3053525

Please sign in to comment.