Skip to content

Commit

Permalink
chore(main): release 0.75.0 (#1676)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 31, 2024
1 parent da3c15a commit 38e685e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.74.2"
".": "0.75.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.75.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.2...v0.75.0) (2024-12-31)


### Features

* **sensor:** add new device classes and units of measurement for area, blood glucose concentration, conductivity, potential hydrogen, and volume flow rate ([0e621aa](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/0e621aac6135252f6ff5ef59b3c05defb97b59a4)), closes [#1710](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1710)


### Bug Fixes

* **action:** remove unnecessary toLowerCase conversion for action value ([64a200e](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/64a200e946ce9563d811a031940cd9276c860fc4)), closes [#1697](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1697)
* **get-entities:** simplify label checks and improve entity label matching logic ([da3c15a](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/da3c15a49a9fb30cd54ba701d5a23b36242d3a83)), closes [#1686](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1686)
* update node type check in issueCheck function to GetHistory ([1c80b72](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/1c80b72478ffa4c3e7e65b3be7bcb277a9fbad4b))

## [0.74.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.1...v0.74.2) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-contrib-home-assistant-websocket",
"description": "Node-RED integration with Home Assistant through websocket and REST API",
"version": "0.74.2",
"version": "0.75.0",
"homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/",
"bugs": {
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.74.2'; // x-release-please-version
export default '0.75.0'; // x-release-please-version

0 comments on commit 38e685e

Please sign in to comment.