Skip to content

Commit

Permalink
Merge pull request #25 from otchilin/master
Browse files Browse the repository at this point in the history
Update Rainbow SDK dependency to v2.16.0-lts.0
  • Loading branch information
zucher committed Oct 10, 2022
2 parents e3c83ae + 1d4e088 commit ef6809d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Here is the list of the changes and features provided by the **node-red-contrib-ale-rainbow**

## [1.82.4] - 2022-10-10

- Update Rainbow SDK dependency (2.16.0-lts.0)

## [1.82.3] - 2022-09-06

- Fixing Rainbow SDK dependency (2.10.0-lts.10)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-ale-rainbow",
"version": "1.82.3",
"version": "1.82.4",
"description": "Alcatel-Lucent Enterprise Rainbow Nodes for Node Red",
"scripts": {
"startnodered": "node-red -v %NODE_DEBUG_OPTION% "
},
"dependencies": {
"colors": "^1.4.0",
"node-red-dashboard": "~3.1.7",
"rainbow-node-sdk": "2.10.0-lts.10"
"rainbow-node-sdk": "2.16.0-lts.0"
},
"keywords": [
"node-red",
Expand Down

0 comments on commit ef6809d

Please sign in to comment.