diff --git a/changelog.md b/changelog.md index dc59947..4be8a97 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c90d6a7..7253179 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }