Skip to content

Commit

Permalink
chore: release v1.0.13
Browse files Browse the repository at this point in the history
* Update dependencies
  • Loading branch information
patrickbs96 committed Feb 1, 2023
1 parent f915a6e commit 1342dde
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info

## 1.0.5 (2022-10-16)
* Fixed error when changing active movie (#173)

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ response => {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.13 (2023-02-01)
* Update dependencies

### 1.0.12 (2022-12-22)
Expand Down Expand Up @@ -169,10 +169,6 @@ response => {
* Fixed deprecated messages from Sentry with api-validations
* Automatic switch mode had an error with playlists. Playlist item could never be selected.

### 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info

## License
MIT License

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": "twinkly",
"version": "1.0.12",
"version": "1.0.13",
"news": {
"1.0.13": {
"en": "Update dependencies",
"de": "Abhängigkeiten aktualisieren",
"ru": "Обновить зависимости",
"pt": "Dependências de atualização",
"nl": "Update afhankelijkheid",
"fr": "Mettre à jour les dépendances",
"it": "Dipendenze di aggiornamento",
"es": "Actualizar las dependencias",
"pl": "Zależności aktualnej",
"uk": "Оновлення залежності",
"zh-cn": "最新依赖"
},
"1.0.12": {
"en": "Slave can write ledBri and ledSat",
"de": "Slave kann ledBri schreiben und geführt Saat",
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.twinkly",
"version": "1.0.12",
"version": "1.0.13",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit 1342dde

Please sign in to comment.