Skip to content

Commit

Permalink
Merge pull request #3 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.0.17
  • Loading branch information
Luligu authored Jul 28, 2024
2 parents 91a2154 + c0803d3 commit 438cf37
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install matterbridge
Expand All @@ -27,6 +27,9 @@ jobs:
- name: Lint the project
run: npm run lint

- name: Test the project
run: npm run test

- name: Build the project
run: npm run build

Expand Down
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@

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

## [1.0.16] - 2024-07-22
## [1.0.17] - 2024-07-28

### Changed

- [package]: Updated dependencies.
- [somfy]: Added ExteriorVenetianBlindRTSComponent.
- [somfy]: Added ExteriorBlindRTSComponent.
- [logger]: Update node-ansi-logger to 2.0.6.
- [storage]: Update node-persist-manager to 1.0.8.
- [somfy]: Execute commands async.
- [somfy]: Added support for uniqueName = Shutter.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [1.0.16] - 2024-07-23

### Changed

- [package]: Updated dependencies.
- [somfy]: Added support for uniqueName = ExteriorVenetianBlindRTSComponent.
- [somfy]: Added support for uniqueName = ExteriorBlindRTSComponent.
- [somfy]: Execute commands async.

<a href="https://www.buymeacoffee.com/luligugithub">
Expand Down
Loading

0 comments on commit 438cf37

Please sign in to comment.