Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 716347bac1 | |||
| a6ee36f187 |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user