Skip to content

Commit

Permalink
Merge pull request #17 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 0.0.5
  • Loading branch information
Luligu authored Dec 16, 2024
2 parents 05b3ef8 + aab67e0 commit 6ce5ede
Show file tree
Hide file tree
Showing 12 changed files with 561 additions and 121 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Clean cache
run: npm cache clean --force

- name: Install latest npm
run: npm install -g npm@latest

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

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Clean cache
run: npm cache clean --force

- name: Install latest npm
run: npm install -g npm@latest

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

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-hass and sponsoring it.

## [0.0.5] - 2024-12-16

### Added

- [package]: Verified to work with Matterbridege edge.
- [package]: Jest coverage 91%.
- [homeassistant]: Added Jest test.

### Changed

- [package]: Requires Matterbridege 1.6.6.
- [package]: Update dependencies.

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

## [0.0.4] - 2024-12-12

### Added
Expand Down
156 changes: 78 additions & 78 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-hass",
"version": "0.0.4",
"version": "0.0.5",
"description": "Matterbridge hass plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,6 +60,7 @@
"test:platform": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js platform.test.ts --verbose --coverage",
"test:converters": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js converters.test.ts --verbose --coverage",
"test:mutableDevice": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js mutableDevice.test.ts --verbose --coverage",
"test:homeAssistant": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js homeAssistant.test.ts --verbose --coverage",
"lint": "eslint --max-warnings=0 .",
"lint:fix": "eslint --fix --max-warnings=0 .",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
Expand Down
Loading

0 comments on commit 6ce5ede

Please sign in to comment.