Skip to content

Commit 970806d

Browse files
committed
chore: release v0.2.1
1 parent 52baec4 commit 970806d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"domain": "bluebubbles",
33
"name": "BlueBubbles",
4-
"codeowners": ["@Helvio88"],
4+
"codeowners": [
5+
"@Helvio88"
6+
],
57
"config_flow": true,
68
"documentation": "https://github.com/helv-io/ha-bluebubbles/blob/main/README.md",
79
"integration_type": "service",
810
"iot_class": "local_push",
911
"issue_tracker": "https://github.com/helv-io/ha-bluebubbles/issues",
10-
"requirements": ["aiohttp"],
12+
"requirements": [
13+
"aiohttp"
14+
],
1115
"single_config_entry": true,
12-
"version": "0.2.0"
16+
"version": "0.2.1"
1317
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ha-bluebubbles",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "A project for managing BlueBubbles integration.",
66
"author": "Helvio Pedreschi",
77
"license": "MIT",

0 commit comments

Comments
 (0)