diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e9133..eafb9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index da70865..8600d45 100644 --- a/package.json +++ b/package.json @@ -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", @@ -29,7 +29,7 @@ "xml-js": "^1.6.11" }, "devDependencies": { - "eslint": "^8.42.0" + "eslint": "^8.56.0" }, "main": "none", "scripts": {