Skip to content

Commit 349f59e

Browse files
author
github-actions
committed
chore(release): v5.0.4 [skip ci]
1 parent 77c3886 commit 349f59e

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/scripts/normalize-changelog-header.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ exports.preCommit = (props) => {
8383
}
8484

8585
fs.writeFileSync(changelogPath, content)
86-
}
86+
}

.github/scripts/npm-version-script-esm-auto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ if (packageJSON.version !== publishTag) {
198198
console.warn(`Version in package.json is already ${packageJSON.version}`)
199199
}
200200

201-
console.log(publishTag)
201+
console.log(publishTag)

.github/scripts/resolve-version-bump-esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ async function main() {
115115
main().catch((error) => {
116116
console.error(error)
117117
process.exit(1)
118-
})
118+
})

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.0.4](https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v5.0.3...v5.0.4) (2026-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* restore Battery service for water detector ([#1387](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/1387)) ([1c5caaa](https://github.com/OpenWonderLabs/homebridge-switchbot/commit/1c5caaa3753532e0fbccc21f2480c7150fa622de)), closes [#1357](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/1357)
7+
* water detector device mapping, HAP cache deserialization crash, and slow leak reads ([#1386](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/1386)) ([7550e9b](https://github.com/OpenWonderLabs/homebridge-switchbot/commit/7550e9b861b987336e08ae33772470dbd9b4e210))
8+
9+
10+
111
## [5.0.2](https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v4.3.14...v5.0.2) (2026-04-26)
212

313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@switchbot/homebridge-switchbot",
33
"displayName": "SwitchBot",
44
"type": "module",
5-
"version": "5.0.2",
5+
"version": "5.0.4",
66
"description": "The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.",
77
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
88
"contributors": [

0 commit comments

Comments
 (0)