Skip to content

Commit 8426135

Browse files
committed
Release v1.5.0
- Update version in package.json to 1.5.0 - Update version in config.yaml to 1.5.0 - Update CHANGELOG.md with release date - Update package-lock.json
1 parent 6b66980 commit 8426135

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Next]
8+
## [1.5.0] - 2025-08-09
99

1010
- Fix time synchronization to use local timezone offset (#102)
1111
- Venus: Allow setting maximum charging power as low as 0W (#117)

ha_addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "hm2mqtt"
2-
version: "develop"
2+
version: "1.5.0"
33
slug: "hm2mqtt"
44
description: "Connect Hame energy storage devices to Home Assistant via MQTT"
55
url: "https://github.com/tomquist/hm2mqtt"

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,6 +1,6 @@
11
{
22
"name": "hm2mqtt",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)