fix(devicemanager): no changes detected - nothing to commit

This commit is contained in:
2026-01-12 11:00:15 +00:00
parent be993bf667
commit a6ee36f187
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-01-12 - 3.0.2 - fix(devicemanager)
no changes detected - nothing to commit
- git diff indicates no modifications, additions, or deletions
- no files were changed in the provided diff
## 2026-01-12 - 3.0.1 - fix(release)
add npm registries to release config and expand documentation for UniversalDevice architecture and smart-home features

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ecobridge.xyz/devicemanager',
version: '3.0.1',
version: '3.0.2',
description: 'a device manager for talking to devices on network and over usb'
}