Skip to content

Commit

Permalink
chore(main): release 0.65.0 (#1374)
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 Jun 3, 2024
1 parent fc13aff commit 172d9fa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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.64.0"
".": "0.65.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.65.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.64.0...v0.65.0) (2024-06-03)


### ⚠ BREAKING CHANGES

* **fire-event:** Mustache templates or JSONata expression being passed into the fire-event node will no longer be rendered

### Bug Fixes

* **fire-event:** Only render templates/expressions when not from message input ([16e8e22](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/16e8e225e2fb1431bff899b0210fe0644e3e272a))

## [0.64.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.63.2...v0.64.0) (2024-04-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.64.0",
"version": "0.65.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.64.0'; // x-release-please-version
export default '0.65.0'; // x-release-please-version

0 comments on commit 172d9fa

Please sign in to comment.