Skip to content

Commit

Permalink
bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettman66 committed Oct 12, 2021
1 parent 5415758 commit 90102c0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.code-workspace
node_modules
nbproject
package-lock.json

# npm package files
iobroker.*.tgz
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Ausgänge zu schalten. Für die Selbstgemachte Türsprechstelle, kann jede
Hardware auf der sich Baresip installieren lässt genutzt werden.

## Changelog
### 2.0.3
* (bettman66) bugfix version

### 2.0.2
* (bettman66) merge dependabot

Expand Down
25 changes: 23 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
{
"common": {
"name": "doorio",
"version": "2.0.2",
"version": "2.0.3",
"news": {
"2.0.3": {
"en": "bugfix version",
"de": "Bugfix-Version",
"ru": "версия с исправлением ошибок",
"pt": "versão de correção de bug",
"nl": "bugfix-versie",
"fr": "version de correction de bogues",
"it": "versione bugfix",
"es": "versión de corrección de errores",
"pl": "wersja z poprawkami błędów",
"zh-cn": "错误修正版本"
},
"2.0.2": {
"en": "merge dependabot"
"en": "merge dependabot",
"de": "Dependabos zusammenführen",
"ru": "объединить зависимость",
"pt": "Merge Dependabot",
"nl": "samenvoegen dependabot",
"fr": "fusionner le robot de dépendance",
"it": "unire dependabot",
"es": "fusionar dependdabot",
"pl": "scalić dependabot",
"zh-cn": "合并依赖机器人"
},
"2.0.1": {
"en": "npm error",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.doorio",
"version": "2.0.2",
"version": "2.0.3",
"description": "doorio",
"author": "bettman66 <[email protected]>",
"contributors": [
Expand All @@ -24,6 +24,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"axios": "^0.22.0",
"hosted-git-info": "^4.0.2",
"lodash": "^4.17.21",
"netstring-stream": ">=1.0.1",
Expand Down

0 comments on commit 90102c0

Please sign in to comment.