diff --git a/README.md b/README.md index 6a0c17e..2930e08 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ Any use of the source code and related documents of this repository in applicati * 2023-07-17: 1.9.1 - fix: change sampling interval to microseconds * 2023-08-07: 1.9.2 - fix: automatic reconnect of subscription on reboot of control * 2023-09-04: 1.9.3 - fix: subscription with ipv6 address that contains a zone index -* 2024-03-13: 1.9.4 - fix: timeout of connection with Node.js v19. "Read timeout, received no data in undefinedms, assuming connection is dead". +* 2024-03-13: 1.9.4 - fix: timeout of connection with Node.js v19. "Read timeout, received no data in undefinedms, assuming connection is dead" +* 2024-03-19: 1.9.5 - fix: update dependencies in package-lock ``` ## About diff --git a/package.json b/package.json index 0e09f7b..ef77c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-ctrlx-automation", - "version": "1.9.4", + "version": "1.9.5", "description": "Node-RED nodes for ctrlX AUTOMATION", "repository": { "type": "git",