Skip to content

Commit 61990d2

Browse files
author
github-actions
committed
chore(release): v3.1.2 [skip ci]
1 parent accf14b commit 61990d2

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.1.2](https://github.com/homebridge-plugins/homebridge-updater/compare/v3.1.1...v3.1.2) (2026-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* persist failureSensorType to JSON config by marking it required in schema ([#245](https://github.com/homebridge-plugins/homebridge-updater/issues/245)) ([accf14b](https://github.com/homebridge-plugins/homebridge-updater/commit/accf14b8343609b4534bdf9224d9866505dd056f))
7+
8+
9+
110
## [3.1.0](https://github.com/homebridge-plugins/homebridge-updater/compare/tag/v3.1.0) (2026-05-04)
211

312
### Enhancements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@homebridge-plugins/homebridge-updater",
33
"displayName": "Homebridge Updater",
44
"type": "module",
5-
"version": "3.0.7",
5+
"version": "3.1.2",
66
"description": "A Homebridge plugin for checking for updates to Homebridge and plugins",
77
"author": "David Maher",
88
"license": "BSD-2-Clause",
@@ -93,4 +93,4 @@
9393
"typedoc": "^0.28.19",
9494
"vitest": "^4.1.5"
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)