Skip to content

Commit 7558a30

Browse files
committed
release 1.5.6
1 parent 4ae1181 commit 7558a30

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ Fix scene values type 'list' (Partially fix #266) #267
3333
# 1.4.8
3434
add support for SmartOS #272
3535

36-
# 1.6.0
36+
# 1.5.5
3737
Fix broken Node 12 builds (v8 7.4.xxx) #302
3838
Initial support for OpenZWave 1.6 #300
3939
- implement exception macros
4040
- [deprecate several legacy OpenZWave calls](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#deprecated-featuresmethods)
4141
Updated Raspbian Readme to fix bug when installing on Raspbian stretch #271
4242
iBetter typescript integration #263
43+
44+
# 1.5.6
45+
MR #327 from robertsLando/master [fix] Broken build from version 1.5.3 to 1.5.5
46+
47+
# 1.6.0 <TBD>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzwave-shared",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Node.JS bindings for OpenZWave including management and security functions",
55
"main": "./lib/openzwave-shared.js",
66
"types": "./types/openzwave-shared.d.ts",

0 commit comments

Comments
 (0)