Skip to content

Commit

Permalink
chore: release 1.0.2 (#3)
Browse files Browse the repository at this point in the history
* 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 Sep 4, 2020
1 parent 5554aaa commit 6a4f86c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* stop output if invalid jsonata ([454be6c](https://www.github.com/zachowj/node-red-contrib-random-item/commit/454be6c2bb2f62aba5263e8265a931691a7b0d1e))

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


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

0 comments on commit 6a4f86c

Please sign in to comment.