diff --git a/.changeset/redact-2fa-code-from-ui-log.md b/.changeset/redact-2fa-code-from-ui-log.md deleted file mode 100644 index 55f34229..00000000 --- a/.changeset/redact-2fa-code-from-ui-log.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"homebridge-ring": patch ---- - -Redact the 2FA code from the homebridge-ui server log on token exchange. Codes are short-lived and single-use, but logs are frequently pasted into bug reports, so removing the value from the log is a small defensive improvement. diff --git a/packages/examples/package.json b/packages/examples/package.json index 531a72c7..6d0665ef 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -10,7 +10,7 @@ "devDependencies": { "dotenv": "17.2.3", "eslint-config-shared": "*", - "ring-client-api": "14.3.0", + "ring-client-api": "14.3.1", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 160bbdd9..67e7b79d 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 14.3.1 + +### Patch Changes + +- [#1746](https://github.com/dgreif/ring/pull/1746) [`25c6ec6`](https://github.com/dgreif/ring/commit/25c6ec63a9826f42f3f4269d0c2aad6f1e0e4185) Thanks [@kzaky](https://github.com/kzaky)! - Redact the 2FA code from the homebridge-ui server log on token exchange. Codes are short-lived and single-use, but logs are frequently pasted into bug reports, so removing the value from the log is a small defensive improvement. + +- Updated dependencies []: + - ring-client-api@14.3.1 + ## 14.3.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index c93abae5..32bbcedc 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "14.3.0", + "version": "14.3.1", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "type": "module", "main": "lib/index.js", @@ -15,7 +15,7 @@ "dependencies": { "@homebridge/camera-utils": "^3.0.0", "@homebridge/plugin-ui-utils": "^2.1.2", - "ring-client-api": "14.3.0", + "ring-client-api": "14.3.1", "werift": "0.22.4" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 282774bc..85b3f7b7 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,7 @@ # ring-client-api +## 14.3.1 + ## 14.3.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index cf94109a..56ad87f0 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "14.3.0", + "version": "14.3.1", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "type": "module",