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.7.2
  • Loading branch information
Luligu authored Jul 9, 2024
2 parents d69f4cb + 902149e commit f5a99e0
Show file tree
Hide file tree
Showing 36 changed files with 562 additions and 8,188 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ensure all text files use LF line endings
* text=auto eol=lf
13 changes: 8 additions & 5 deletions .github/workflows/build matterbridge plugin.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Build and Lint
name: Build, Lint and Test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
# the Node.js versions to build on
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -30,6 +30,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

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ replay_pid*
# zigbee2mqtt
bridge-info.json
bridge-devices.json
bridge-groups.json
bridge-groups.json

coverage
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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-shelly and sponsoring it.

## [0.7.2] - 2024-07-09

### Changed

- [package]: Updated dependencies.
- [imports]: Updated matterbridge imports.

### Fixed

- [shelly]: Fixed issue caused by a shelly with undefined data.

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

## [0.7.1] - 2024-07-05

### Changed
Expand Down
842 changes: 0 additions & 842 deletions coverage/clover.xml

This file was deleted.

10 changes: 0 additions & 10 deletions coverage/coverage-final.json

This file was deleted.

224 changes: 0 additions & 224 deletions coverage/lcov-report/base.css

This file was deleted.

87 changes: 0 additions & 87 deletions coverage/lcov-report/block-navigation.js

This file was deleted.

Binary file removed coverage/lcov-report/favicon.png
Binary file not shown.
Loading

0 comments on commit f5a99e0

Please sign in to comment.