diff --git a/CHANGELOG.md b/CHANGELOG.md index cd92889..d55e2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/sinedied/dmx-hue/compare/2.0.0...2.0.1) (2023-07-18) + + +### Bug Fixes + +* allow lightOrder property to be either ints or strings ([#41](https://github.com/sinedied/dmx-hue/issues/41)) ([ec951f3](https://github.com/sinedied/dmx-hue/commit/ec951f3fc70c892ddeeb1f43453f416fc05685b6)) +* regression causing config params to be ignored (closes [#41](https://github.com/sinedied/dmx-hue/issues/41)) ([5bcf09c](https://github.com/sinedied/dmx-hue/commit/5bcf09ca413acaffe4d9f7652c3e1ca6c220cb7a)) + # [2.0.0](https://github.com/sinedied/dmx-hue/compare/1.4.2...2.0.0) (2023-06-28) diff --git a/package-lock.json b/package-lock.json index 5bb03af..b1f5793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dmx-hue", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dmx-hue", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index 2e2d6c8..f2a39a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dmx-hue", - "version": "2.0.0", + "version": "2.0.1", "description": "Art-Net node to control Philips Hue lights with DMX", "type": "module", "preferGlobal": true,