Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
- (smaragdschlange) added support for Nuki Smart Door and Nuki Smart Lock 3.0 (Pro)
  • Loading branch information
simatec committed Dec 13, 2021
1 parent bfaa758 commit 57375e8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ on({id: 'nuki-extended.0.openers.opener.state.ringStateUpdate', change: "any", a
Please see [release page](https://github.com/Zefau/ioBroker.nuki-extended/releases) for changelog and detailed information.

<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
### 2.4.0 (2021-12-13)
- (smaragdschlange) added support for Nuki Smart Door and Nuki Smart Lock 3.0 (Pro)

### v2.3.1 (2021-07-20)
Expand Down Expand Up @@ -567,7 +567,6 @@ Please see [release page](https://github.com/Zefau/ioBroker.nuki-extended/releas
- (Zefau) added support for multiple devices (including Nuki Opener) on adapter web interface
- (Zefau) added option to not retrieve all information (by deselecting `config` or `users`) via Nuki Web API


## Credits
Thanks to [@Mik13](https://github.com/Mik13) for the [Nuki Bridge API implementation](https://github.com/Mik13/nuki-bridge-api#nuki-bridge-api).

Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "nuki-extended",
"version": "2.3.1",
"version": "2.4.0",
"title": "Nuki Smartlock & Opener",
"titleLang": {
"en": "Nuki Smartlock & Opener",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "控制和监视你的Nuki Smartlock和Nuki开与ioBroker"
},
"news": {
"2.4.0": {
"en": "added support for Nuki Smart Door and Nuki Smart Lock 3.0 (Pro)",
"de": "Unterstützung für Nuki Smart Door und Nuki Smart Lock 3.0 (Pro) hinzugefügt",
"ru": "добавлена поддержка Nuki Smart Door и Nuki Smart Lock 3.0 (Pro)",
"pt": "adicionado suporte para Nuki Smart Door e Nuki Smart Lock 3.0 (Pro)",
"nl": "ondersteuning toegevoegd voor Nuki Smart Door en Nuki Smart Lock 3.0 (Pro)",
"fr": "ajout de la prise en charge de Nuki Smart Door et Nuki Smart Lock 3.0 (Pro)",
"it": "aggiunto il supporto per Nuki Smart Door e Nuki Smart Lock 3.0 (Pro)",
"es": "soporte agregado para Nuki Smart Door y Nuki Smart Lock 3.0 (Pro)",
"pl": "dodano wsparcie dla Nuki Smart Door i Nuki Smart Lock 3.0 (Pro)",
"zh-cn": "添加了对 Nuki Smart Door 和 Nuki Smart Lock 3.0 (Pro) 的支持"
},
"2.3.1": {
"en": "Optimize for js-controller 3.3 and warnings prevented",
"de": "Optimieren für js-controller 3.3 und Warnungen verhindert",
Expand Down Expand Up @@ -128,4 +140,4 @@
"syncUsers": true
},
"objects": []
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"translate": "gulp translateAndUpdateWordsJS",
"release": "release-script"
},
"version": "2.3.1"
"version": "2.4.0"
}

0 comments on commit 57375e8

Please sign in to comment.