Skip to content

Commit

Permalink
chore: release v1.5.2
Browse files Browse the repository at this point in the history
- (aruttkamp) ESLint 9 implemented
  • Loading branch information
aruttkamp committed Dec 16, 2024
1 parent 8a8cddb commit 7369307
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 1.3.0 (2023-10-31)
- (aruttkamp) A problem has been fixed which cause 'too many requests' errors [#241, #245]
- (mcm1957) Adapter requires nodejs 16 now
- (mcm1957) Testing has been changed to support node 16, 18 and 20
- (mcm1957) Dependencies have been updated

## 1.2.2 (2022-06-17)
* (Apollon77) Fix potential crash cases reported by Sentry
* (Apollon77) Optimize adapter stop behaviour
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Click for widget source.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.5.2 (2024-12-16)
- (aruttkamp) ESLint 9 implemented

### 1.5.1 (2024-12-16)
Expand All @@ -121,12 +121,6 @@ Click for widget source.
### 1.3.1 (2023-10-31)
- (aruttkamp) A problem has been fixed which cause 'Error 400' with playUri errors [#259]

### 1.3.0 (2023-10-31)
- (aruttkamp) A problem has been fixed which cause 'too many requests' errors [#241, #245]
- (mcm1957) Adapter requires nodejs 16 now
- (mcm1957) Testing has been changed to support node 16, 18 and 20
- (mcm1957) Dependencies have been updated

## License
The MIT License (MIT)

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "spotify-premium",
"version": "1.5.1",
"version": "1.5.2",
"news": {
"1.5.2": {
"en": "ESLint 9 implemented",
"de": "ESLint 9 implementiert",
"ru": "ESLint 9 реализован",
"pt": "ESLint 9 implementado",
"nl": "ESLint 9 geïmplementeerd",
"fr": "ESLint 9 mis en œuvre",
"it": "ESLint 9 implementato",
"es": "ESLint 9 implemented",
"pl": "Wdrożenie ESLint 9",
"uk": "ESLint 9 реалізований",
"zh-cn": "已执行ESLint 9"
},
"1.5.1": {
"en": "Testing Node 22.x implemented",
"de": "Test Node 22.x implementiert",
Expand Down Expand Up @@ -79,18 +92,6 @@
"es": "Fijar posibles casos de accidentes reportados por Sentry\nOptimize adapter stop behaviour",
"pl": "Fixowe przypadki katastrofy (ang.)\nOptimize adaptator stop behaviour",
"zh-cn": "Sentry报告的潜在事故\n减少适应者停止行为"
},
"1.2.1": {
"en": "Prevent js-controller warnings",
"de": "js-controller-Warnungen verhindern",
"ru": "Предотвратить предупреждения js-контроллера",
"pt": "Impedir avisos do controlador js",
"nl": "Voorkom js-controller-waarschuwingen",
"fr": "Empêcher les avertissements js-controller",
"it": "Impedisci gli avvisi del controller js",
"es": "Prevenir las advertencias del controlador js",
"pl": "Zapobiegaj ostrzeżeniom kontrolera js",
"zh-cn": "防止 js-controller 警告"
}
},
"titleLang": {
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.spotify-premium",
"version": "1.5.1",
"version": "1.5.2",
"description": "ioBroker spotify-premium Adapter",
"author": {
"name": "twonky4",
Expand Down

0 comments on commit 7369307

Please sign in to comment.