Skip to content

Commit

Permalink
Prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Sep 8, 2024
1 parent 68866cc commit 9bbe334
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@master
with:
node-version: '20.x'
node-version: '18.x'
install-command: 'yarn'
package-cache: 'yarn'
type-checking: true
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@master
with:
node-version: '20.x'
node-version: '18.x'
install-command: 'yarn'
package-cache: 'yarn'
build: true
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ If you want to support this adapter or say thank you, you can:
[<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 144px !important;" >](https://www.buymeacoffee.com/ylabonte)

## Changelog
### 1.6.0 (2024-09-08)
* Fix versioning according to prior changes in requirements (should have happened with v1.5.5).
* Raise minimum required js-controller version to 5.0.19.
* Raise minimum required node version to 18.
* Dependency updates.

### 1.5.5 (2024-08-19)
* Dependency updates.
* Raise minimum required js-controller version to 5.0.19.
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": "procon-ip",
"version": "1.5.5",
"version": "1.6.0",
"news": {
"1.6.0": {
"en": "Code refactorings raising requirements (node >=18, js-controller>=5.0.19) and dependency updates.",
"de": "Code-Refactorings und damit verbundene neue Mindestanforderungen (node >=18, js-controller>=5.0.19) sowie Updates von Abhängigkeiten.",
"ru": "Кодовые рефакторинговые требования (node >=18, js-controller>=5.0.19) и обновления зависимостей.",
"pt": "Refactorings de código levantando requisitos (node >=18, js-controller>=5.0.19) e atualizações de dependência.",
"nl": "Code refactorings verhogende vereisten (node >= 18, js-controller>=5.01.19) en afhankelijkheidsupdates.",
"fr": "Refacturations de code augmentant les exigences (noeud >=18, js-controller>=5.0.19) et mises à jour de dépendance.",
"it": "Refactorings codice requisiti di sollevamento (nodo >=18, js-controller>=5.0.19) e aggiornamenti di dipendenza.",
"es": "Refactorings Code raising requirements (node √18, js-controller confianza=5.0.19) y actualizaciones de dependencia.",
"pl": "Wymagania dotyczące refakturowania kodu (węzeł > = 18, kontroler js- controller > = 5.0.19) oraz aktualizacje zależności.",
"uk": "Вимоги до рефакторингу коду (node>=18, js-controller>=5.0.19) та оновлення залежностей.",
"zh-cn": "代码重构提高要求(节点QQ18,js-controlerQQ5.0.19)和依赖性更新."
},
"1.5.5": {
"en": "Dependency updates.",
"de": "Abhängigkeitsaktualisierungen.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.procon-ip",
"version": "1.5.5",
"version": "1.6.0",
"description": "Adapter for basic support of the ProCon.IP pool control. Intended for integration with your voice assistant (eg. via the `cloud` adapter for Alexa or `yahka` for Apple HomeKit with Siri).",
"author": {
"name": "Yannic Labonte",
Expand Down

0 comments on commit 9bbe334

Please sign in to comment.