diff --git a/.changeset/1.md b/.changeset/1.md deleted file mode 100644 index a891b64..0000000 --- a/.changeset/1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -homebridge-plugin-aqara: patch ---- - -修复依赖丢失的问题 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..702d933 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# homebridge-plugin-aqara + +## 0.0.1 + +### Patch Changes + +- 81aaa2e: 修复依赖丢失的问题 diff --git a/package.json b/package.json index e98a45e..9625da1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-plugin-aqara", "displayName": "Aqara", - "version": "0.0.0", + "version": "0.0.1", "description": "A short description about what your plugin does.", "license": "Apache-2.0", "repository": {