Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Nov 5, 2023
1 parent b55def6 commit 44f803d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.0.0](https://github.com/sinedied/dmx-hue/compare/2.0.1...3.0.0) (2023-11-05)


### Bug Fixes

* catch ligh state change errors (fix [#44](https://github.com/sinedied/dmx-hue/issues/44)) ([e8c21c8](https://github.com/sinedied/dmx-hue/commit/e8c21c898b81d004a2685583b5ba53f94aab8f0e))


* chore!: update packages ([a7bc8fe](https://github.com/sinedied/dmx-hue/commit/a7bc8fe3352aa7dea6eee567a558678c7c752ce0))


### BREAKING CHANGES

* requires Node >= 18

## [2.0.1](https://github.com/sinedied/dmx-hue/compare/2.0.0...2.0.1) (2023-07-18)


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.1",
"version": "3.0.0",
"description": "Art-Net node to control Philips Hue lights with DMX",
"type": "module",
"preferGlobal": true,
Expand Down

0 comments on commit 44f803d

Please sign in to comment.