Skip to content

Commit b3bfd5c

Browse files
committed
chore: release v0.1.6
1 parent c225cee commit b3bfd5c

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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
"issue_tracker": "https://github.com/helv-io/ha-bluebubbles/issues",
810
"iot_class": "local_push",
9-
"requirements": ["aiohttp"],
10-
"version": "0.1.5"
11-
}
11+
"requirements": [
12+
"aiohttp"
13+
],
14+
"version": "0.1.6"
15+
}

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.1.5",
4+
"version": "0.1.6",
55
"description": "A project for managing BlueBubbles integration.",
66
"author": "Helvio Pedreschi",
77
"license": "MIT",

0 commit comments

Comments
 (0)