Skip to content

Commit 44f803d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.1...3.0.0) (2023-11-05) ### Bug Fixes * catch ligh state change errors (fix [#44](#44)) ([e8c21c8](e8c21c8)) * chore!: update packages ([a7bc8fe](a7bc8fe)) ### BREAKING CHANGES * requires Node >= 18
1 parent b55def6 commit 44f803d

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.0.0](https://github.com/sinedied/dmx-hue/compare/2.0.1...3.0.0) (2023-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* catch ligh state change errors (fix [#44](https://github.com/sinedied/dmx-hue/issues/44)) ([e8c21c8](https://github.com/sinedied/dmx-hue/commit/e8c21c898b81d004a2685583b5ba53f94aab8f0e))
7+
8+
9+
* chore!: update packages ([a7bc8fe](https://github.com/sinedied/dmx-hue/commit/a7bc8fe3352aa7dea6eee567a558678c7c752ce0))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* requires Node >= 18
15+
116
## [2.0.1](https://github.com/sinedied/dmx-hue/compare/2.0.0...2.0.1) (2023-07-18)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmx-hue",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Art-Net node to control Philips Hue lights with DMX",
55
"type": "module",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)