2 Commits

Author SHA1 Message Date
716347bac1 v3.0.2
Some checks failed
Default (tags) / security (push) Successful in 30s
Default (tags) / test (push) Failing after 32s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-01-12 11:00:15 +00:00
a6ee36f187 fix(devicemanager): no changes detected - nothing to commit 2026-01-12 11:00:15 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # 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) ## 2026-01-12 - 3.0.1 - fix(release)
add npm registries to release config and expand documentation for UniversalDevice architecture and smart-home features add npm registries to release config and expand documentation for UniversalDevice architecture and smart-home features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ecobridge.xyz/devicemanager", "name": "@ecobridge.xyz/devicemanager",
"version": "3.0.1", "version": "3.0.2",
"private": false, "private": false,
"description": "a device manager for talking to devices on network and over usb", "description": "a device manager for talking to devices on network and over usb",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@ecobridge.xyz/devicemanager', 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' description: 'a device manager for talking to devices on network and over usb'
} }