Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
smaragdschlange committed Jan 9, 2021
1 parent c92583f commit 68cf1b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ When updating from 1.0.x to 1.1.0 or higher it is recommended to delete all inst

## Changelog

### 1.4.3
* (smaragdschlange) update: dependency axios to >=0.21.1
### 1.4.2
* (smaragdschlange) bug fix: common.dataSource type had an invalid type

Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "nuki",
"version": "1.4.2",
"version": "1.4.3",
"news": {
"1.2.3": {
"en": "get device type by state name when not provided by bridge",
Expand All @@ -27,7 +27,7 @@
"pl": "wsparcie stanów Doorensor",
"zh-cn": "支持门磁状态"
},
"1.4.2": {
"1.4.3": {
"en": "support of Nuki Keypad battery state and Nuki Opener ringaction states",
"de": "Unterstützung des Nuki Keypad Batteriezustands und der Nuki Opener Klingelzustände",
"ru": "поддержка состояния батареи Nuki Keypad и состояний звонка Nuki Opener",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.nuki",
"version": "1.4.2",
"version": "1.4.3",
"description": "ioBroker Nuki Adapter",
"author": {
"name": "smaragdschlange",
Expand Down Expand Up @@ -36,7 +36,7 @@
"gulp": "^4.0.2",
"mocha": "^6.2.0",
"chai": "^4.2.0",
"axios": "^0.19.0",
"axios": "^0.21.1",
"@iobroker/testing": "^1.2.5"
},
"main": "main.js",
Expand Down

0 comments on commit 68cf1b6

Please sign in to comment.