From 6a4f86c112de6770e8e1973f212de2d3aee6601b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:54:59 -0700 Subject: [PATCH] chore: release 1.0.2 (#3) * chore: updated CHANGELOG.md [ci skip] * chore: updated package.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361d2e6..c519490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 77c2154..e7d1485 100644 --- a/package.json +++ b/package.json @@ -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": {