diff --git a/CHANGELOG.md b/CHANGELOG.md index 289f33d..d09b873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,7 @@ Placeholder for the next version (at the beginning of the line): ## __WORK IN PROGRESS__ --> - -## **WORK IN PROGRESS** +## 5.0.1 (2024-07-17) - [#147](https://github.com/MiSchroe/klf-200-api/issues/147) refreshLimitationStatusAsync should wait for the session finished notification. diff --git a/package-lock.json b/package-lock.json index c7b7898..637305d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "klf-200-api", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "klf-200-api", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@types/promise-timeout": "^1.3.3", diff --git a/package.json b/package.json index 5d46dc0..27c77e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klf-200-api", - "version": "5.0.0", + "version": "5.0.1", "description": "This module provides a wrapper to the socket API of a Velux KLF-200 interface. You will need at least firmware 0.2.0.0.71 on your KLF interface for this library to work.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",