Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
* fix setTimeout calls in async functions
  • Loading branch information
Stefan Priebe committed May 1, 2023
1 parent 0fdde41 commit 8060c0a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Reference to a company or a product name does not imply approval or recommendati
that company or product to the exclusion of others.

## Changelog

### **WORK IN PROGRESS**
### 0.1.1 (2023-05-01)
* fix setTimeout calls in async functions

### 0.1.0 (2023-05-01)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "signifylights",
"version": "0.1.0",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "fix setTimeout calls in async functions",
"de": "fixed Timeout Anrufe in Async-Funktionen",
"ru": "fix комплект Timeout звонки в функции async",
"pt": "conjunto de correção Chamadas de timeout em funções async",
"nl": "klaar. Quality over Quantity (QoQ) Releases Vertaling:",
"fr": "correction Timeout appelle dans les fonctions async",
"it": "set di correzione Timeout chiama in funzione asincrona",
"es": "juego Timeout llamadas en funciones asinc",
"pl": "ustawa Czasowe wezwanie do funkcji synchronizacyjnych",
"uk": "кріплення Часові дзвінки в функції async",
"zh-cn": "f 固定 D. 时间要求履行职能"
},
"0.1.0": {
"en": "various fixes and changes to become an official adapter",
"de": "verschiedene fixierungen und änderungen zu einem offiziellen adapter werden",
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "iobroker.signifylights",
"version": "0.1.0",
"version": "0.1.1",
"description": "Signify Device Adapter",
"author": {
"name": "disaster123",
Expand Down

0 comments on commit 8060c0a

Please sign in to comment.