Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Sep 3, 2020
2 parents 2323247 + 1fb1d28 commit e32996c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.0 (2020-09-03)


### Features

* Add jsonata and env as input types ([655d878](https://www.github.com/zachowj/node-red-contrib-random-item/commit/655d8787c4ec5c3fb70fc5d634be27a2598ba021))
* init commit ([d0a195a](https://www.github.com/zachowj/node-red-contrib-random-item/commit/d0a195ab0e91fdddabb3654ea826100d1d87b3c0))


### Bug Fixes

* Update node label to use name if set ([5b188d9](https://www.github.com/zachowj/node-red-contrib-random-item/commit/5b188d946383fdeafe021dfde9119c46f72d5a9a))
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": "0.0.1",
"version": "1.0.0",
"description": "Node-RED node that randomly selects an item of an array",
"main": "random-item.js",
"scripts": {
Expand Down

0 comments on commit e32996c

Please sign in to comment.