Skip to content

Commit bfc8fdc

Browse files
committed
v1.0.3
1 parent d5e90a9 commit bfc8fdc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `@homebridge/plugin-ui-utils` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5-
## BETA
5+
## v1.0.3 (2024-04-06)
66

77
### Other Changes
88

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homebridge/plugin-ui-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A tool to help plugins provide custom UI screens in the Homebridge UI.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -36,12 +36,12 @@
3636
},
3737
"homepage": "https://github.com/homebridge/plugin-ui-utils#readme",
3838
"devDependencies": {
39-
"@types/node": "^20.12.2",
39+
"@types/node": "^20.12.5",
4040
"@typescript-eslint/eslint-plugin": "^7.5.0",
4141
"@typescript-eslint/parser": "^7.5.0",
4242
"eslint": "^8.57.0",
4343
"rimraf": "^5.0.5",
4444
"ts-node": "^10.9.2",
45-
"typescript": "^5.4.3"
45+
"typescript": "^5.4.4"
4646
}
4747
}

0 commit comments

Comments
 (0)