Skip to content

Commit

Permalink
Updates for release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Jan 7, 2024
1 parent ae43adf commit f2b1ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.5] - 2024-01-07
### Changed
- Replaced usage of deprecated synchronous version of `evaluateJSONataExpression` by asynchronous version as synchronous version will not work anymore starting with Node-RED 4.0.
- Updated versions of some dependencies.

## [2.0.4] - 2023-06-15
### Fixed
- Removed port input for video sources in configuration UI.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jens_rossbach/node-red-sony-audio",
"version": "2.0.4",
"version": "2.0.5",
"description": "Node-RED nodes for querying and controlling Sony audio devices",
"author": {
"name": "Jens-Uwe Rossbach",
Expand Down Expand Up @@ -29,7 +29,7 @@
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^8.42.0"
"eslint": "^8.56.0"
},
"main": "none",
"scripts": {
Expand Down

0 comments on commit f2b1ab7

Please sign in to comment.