diff --git a/README.md b/README.md index bc27f3a..e515113 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ This method returns a promise that resolves to a `ProgressDialog` object. ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 0.1.7 (2023-12-17) * (bluefox) added channel info ### 0.1.5 (2023-12-16) diff --git a/package-lock.json b/package-lock.json index 5aaef10..d7e2a81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/dm-utils", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/dm-utils", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4" diff --git a/package.json b/package.json index 7613cea..6c87480 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dm-utils", - "version": "0.1.6", + "version": "0.1.7", "description": "ioBroker Device Manager utilities for backend", "main": "build/index.js", "publishConfig": {