Skip to content

Commit

Permalink
chore: version packages (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 15, 2025
1 parent 5b073fe commit e2e601d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-onions-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# homebridge-plugin-haier

## 2.2.0

### Minor Changes

- 5b073fe: 使用 WebSocket 增强性能

## 2.1.1

### Patch Changes
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-plugin-haier",
"displayName": "Haier",
"version": "2.1.1",
"version": "2.2.0",
"description": "海尔智家 Homebridge 插件",
"type": "module",
"exports": {
Expand Down Expand Up @@ -42,8 +42,17 @@
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"files": ["dist", "homebridge-ui", "config.schema.json", "CHANGELOG.md"],
"keywords": ["homebridge-plugin", "haier", "海尔"],
"files": [
"dist",
"homebridge-ui",
"config.schema.json",
"CHANGELOG.md"
],
"keywords": [
"homebridge-plugin",
"haier",
"海尔"
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.0.0",
"axios": "^1.7.9",
Expand Down

0 comments on commit e2e601d

Please sign in to comment.