diff --git a/LICENSE b/LICENSE index 947a030..263396f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2021 tomboxi +Copyright (c) 2019-2024 TA2k Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index a618968..3d8b4fa 100755 --- a/README.md +++ b/README.md @@ -45,10 +45,16 @@ CipherString = DEFAULT@SECLEVEL=1 ## Changelog +### 0.0.26 + +- fix for active warnings + ### 0.0.25 + - (thost96) fixes for issues found by adapter-checker (issue #70) ### 0.0.24 + - fix js-controller warnings - minimized self expanding object tree - Accept long AGS Numbers diff --git a/io-package.json b/io-package.json index d092d94..12b9bbd 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "nina", - "version": "0.0.25", + "version": "0.0.26", "news": { + "0.0.26": { + "en": "Fix active warnings state", + "de": "Fix für active warnings Status" + }, "0.0.25": { "de": "- fix js-controller warnings \n- minimized self expanding object tree \n - Accept long AGS Numbers \n- (thost96) fixed broken link in README \n - (thost96) added icon with transparent background for admin ui \n - (thost96) updated link on admin ui to the same as on this README as old link was broken" }, @@ -95,15 +99,8 @@ "pl": "Notfall-Informations- und Nachrichten-App", "zh-cn": "Notfall-Informations- und Nachrichten-App" }, - "authors": [ - "tomboxi " - ], - "keywords": [ - "NINA", - "Gefahrenwarnung", - "Warnung", - "KATWARN" - ], + "authors": ["tomboxi "], + "keywords": ["NINA", "Gefahrenwarnung", "Warnung", "KATWARN"], "license": "MIT", "platform": "Javascript/Node.js", "main": "main.js", @@ -158,4 +155,4 @@ "native": {} } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 56511b7..981e5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.nina", - "version": "0.0.25", + "version": "0.0.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.nina", - "version": "0.0.25", + "version": "0.0.26", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", @@ -32,7 +32,7 @@ "sinon-chai": "^3.7.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=16.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 6c47be8..aa47216 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": { - "name": "tomboxi", + "name": "TA2k", "email": "tombox_2020@gmail.com" }, "bugs": { @@ -33,7 +33,7 @@ "sinon-chai": "^3.7.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=16.0.0" }, "homepage": "https://github.com/TA2k/ioBroker.nina", "keywords": [ @@ -57,5 +57,5 @@ "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit" }, - "version": "0.0.25" + "version": "0.0.26" }