Skip to content

Commit

Permalink
chore: release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
* chore: created 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 3, 2020
1 parent 11b090f commit 1fb1d28
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 1fb1d28

Please sign in to comment.