Skip to content

Commit

Permalink
Updates for release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Jun 9, 2023
1 parent e9476fc commit 6633fe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.3] - 2023-06-09
### Fixed
- Fixed illegal argument error for video input.

### Changed
- Updated versions of dependencies where possible.

## [2.0.2] - 2023-01-22
### Changed
- Improved and updated help texts.
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "2.0.3",
"description": "Node-RED nodes for querying and controlling Sony audio devices",
"author": {
"name": "Jens-Uwe Rossbach",
Expand All @@ -22,14 +22,14 @@
"homepage": "https://jensrossbach.github.io/node-red-sony-audio",
"bugs": "https://github.com/jensrossbach/node-red-sony-audio/issues",
"dependencies": {
"node-fetch": "^2.6.8",
"node-fetch": "^2.6.11",
"node-ssdp": "^4.0.1",
"nunjucks": "^3.2.3",
"nunjucks": "^3.2.4",
"websocket": "^1.0.34",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^8.32.0"
"eslint": "^8.42.0"
},
"main": "none",
"scripts": {
Expand Down

0 comments on commit 6633fe8

Please sign in to comment.