Skip to content

Commit

Permalink
chore: release 1.0.1 (#2)
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] committed Sep 3, 2020
1 parent e32996c commit 4c01bf0
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.1](https://www.github.com/zachowj/node-red-contrib-random-item/compare/v1.0.0...v1.0.1) (2020-09-03)


### Bug Fixes

* Add node-red as keyword ([2323247](https://www.github.com/zachowj/node-red-contrib-random-item/commit/2323247679ae7ffed78b346b3aca5a48a162a62c))

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

0 comments on commit 4c01bf0

Please sign in to comment.