Skip to content

Commit

Permalink
Merge pull request #5 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.0.19
  • Loading branch information
Luligu authored Aug 22, 2024
2 parents d43230e + e577c18 commit ce61f0f
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 75 deletions.
8 changes: 7 additions & 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, 22.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -21,6 +21,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Verify Node.js version
run: node -v

- name: Verify Npm version
run: npm -v

- name: Install matterbridge
run: npm install -g matterbridge

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Verify Node.js version
run: node -v

- name: Verify Npm version
run: npm -v

- name: Install matterbridge
run: npm install -g matterbridge

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [1.0.19] - 2024-08-22

### Changed

- [package]: Updated dependencies.

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

## [1.0.18] - 2024-08-19

### Changed
Expand Down
140 changes: 70 additions & 70 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-somfy-tahoma",
"version": "1.0.18",
"version": "1.0.19",
"description": "Matterbridge somfy tahoma plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -80,15 +80,15 @@
"eslint": "latest"
},
"dependencies": {
"node-ansi-logger": "2.0.8",
"node-ansi-logger": "3.0.0",
"node-persist-manager": "1.0.8",
"overkiz-client": "1.0.19"
},
"devDependencies": {
"@eslint/js": "9.9.0",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.12",
"@types/node": "22.4.1",
"@types/node": "22.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -97,6 +97,6 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"typescript-eslint": "8.1.0"
"typescript-eslint": "8.2.0"
}
}

0 comments on commit ce61f0f

Please sign in to comment.