Skip to content

Commit 334955d

Browse files
authored
Merge pull request #56 from nikkow/feature/auto-discovery
chore(version): bumped version to 3.0.0-beta.4
2 parents 12467c1 + a08b630 commit 334955d

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.0.0-beta.4] - 2022-05-19
6+
7+
---
8+
9+
⚠️ This release is a **beta** release. Use it at your own risk.
10+
11+
---
12+
13+
---
14+
15+
🚨 **This release is a major version and contains some breaking changes. Please read the list below.**
16+
17+
---
18+
19+
### Added
20+
21+
- Auto discovery of the Tahoma box using Bonjour
22+
523
## [3.0.0-beta.3] - 2022-05-17
624

725
---
826

927
⚠️ This release is a **beta** release. Use it at your own risk.
1028

1129
---
30+
1231
---
1332

1433
🚨 **This release is a major version and contains some breaking changes. Please read the list below.**
@@ -19,8 +38,7 @@ All notable changes to this project will be documented in this file.
1938

2039
- Package of 3.0.0-beta.1 was not complete (ignored files on publication)
2140

22-
23-
## [3.0.0-beta.2]
41+
## [3.0.0-beta.2]
2442

2543
_Skipped_
2644

@@ -31,6 +49,7 @@ _Skipped_
3149
⚠️ This release is a **beta** release. Use it at your own risk.
3250

3351
---
52+
3453
---
3554

3655
🚨 **This release is a major version and contains some breaking changes. Please read the list below.**

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "node-red-contrib-tahoma",
3-
"version": "3.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "Control a Somfy Tahoma box from Node RED",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)