Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Feb 2, 2025
1 parent 67fc673 commit 5ac273d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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.8-dev.3] - 2025-02-01
## [0.0.8] - 2025-02-02

### Added

- [config]: Added uniqueItems flag to the lists.
- [package]: Requires matterbridge 2.1.0.
- [readme]: Clarified in the README the difference between single entities and device entities.

### Changed

- [package]: Update package.
- [package]: Update dependencies.
- [package]: Requires matterbridge 2.1.0.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
Expand Down
32 changes: 16 additions & 16 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-hass",
"version": "0.0.8-dev.3",
"version": "0.0.8",
"description": "Matterbridge hass plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"deepClean": "npx rimraf tsconfig.tsbuildinfo package-lock.json npm-shrinkwrap.json ./dist ./node_modules",
"deepCleanBuild": "npm run deepClean && npm install && npm link matterbridge && npm run build",
"checkDependencies": "npx npm-check-updates",
"updateDependencies": "npx npm-check-updates -u && npm install && npm link matterbridge && npm run build",
"updateDependencies": "npx npm-check-updates -u && npm run deepCleanBuild",
"prepublishOnly": "npm run cleanBuildProduction && npm pkg delete devDependencies scripts types && npx rimraf ./node_modules && npm install --omit=dev && npm shrinkwrap",
"buildProduction": "tsc --project tsconfig.production.json",
"npmPack": "copy package.json package.log && npm run prepublishOnly && npm pack && copy package.log package.json && npm run deepCleanBuild",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@types/ws": "^8.5.14",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
Expand All @@ -111,4 +111,4 @@
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
}
}
}

0 comments on commit 5ac273d

Please sign in to comment.