Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](2.0.0...2.0.1) (2023-07-18)

### Bug Fixes

* allow lightOrder property to be either ints or strings ([#41](#41)) ([ec951f3](ec951f3))
* regression causing config params to be ignored (closes [#41](#41)) ([5bcf09c](5bcf09c))
  • Loading branch information
semantic-release-bot committed Jul 18, 2023
1 parent 5bcf09c commit 41ac066
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 41ac066

Please sign in to comment.