Skip to content

Commit

Permalink
chore: release v0.3.3-beta.1
Browse files Browse the repository at this point in the history
* (DutchmanNL) update state definitions, (solves #77 #58)
* (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74)
  • Loading branch information
DutchmanNL committed Oct 26, 2024
1 parent 8311c69 commit 6efd5f0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.X]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ All of this helps me to provide error-free adapters that basically never crash.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.3.3-beta.0 (2024-10-26) - Bugfixes
### 0.3.3-beta.1 (2024-10-26) - Bugfixes
* (DutchmanNL) update state definitions, (solves #77 #58)
* (DutchmanNL) update connection handling, show connection error only once (Solves #99 #78 #74)

Expand Down
17 changes: 2 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "bambulab",
"version": "0.3.3-beta.0",
"version": "0.3.3-beta.1",
"news": {
"0.3.3-beta.0": {
"0.3.3-beta.1": {
"en": "update state definitions, (solves #77 #58)\nupdate connection handling, show connection error only once (Solves #99 #78 #74)",
"de": "aktualisierung von zustandsdefinitionen, (lösungen #77 #58)\nupdate-Verbindungshandling, Verbindungsfehler nur einmal anzeigen (Solves #99 #78 #74)",
"ru": "обновление определений состояния (половки #77 #58)\nобновить обработку подключения, показать ошибку соединения только один раз (Солнце #99 #78 #74)",
Expand Down Expand Up @@ -80,19 +80,6 @@
"pl": "Button z dodaniem do kogoś, poprawia liczbę 28\nBugfix: Tłumaczenie kodów HMS-Error\nKilka błędów dla sytuacji nie używa się AMS\nPrzewiduje kontrolę nad głową kalibracji LED (could damage hardware)",
"uk": "Кнопка для гоління додано, фіксує #28\nВиправлення помилок: Переклад HMS-Error\nКілька помилок для ситуацій, які не використовуються AMS\nВилучити контроль за головуванням світлодіодного калібрування",
"zh-cn": "开除的布顿,包装编号:第28号\nBugfix:HMS-Error码的翻译\n未使用AMS的几批发物品\n取消对LED 图书馆头(可能损坏硬件)的控制"
},
"0.1.5": {
"en": "HMS error codes Human readable, new functionalities added",
"de": "HMS-Fehlercodes Menschlich lesbar, neue Funktionen hinzugefügt",
"ru": "Коды ошибок HMS Удобочитаемы, добавлены новые функции",
"pt": "Códigos de erro HMS Legível por humanos, novas funcionalidades adicionadas",
"nl": "HMS-foutcodes Menselijk leesbaar, nieuwe functionaliteiten toegevoegd",
"fr": "Codes d'erreur HMS lisibles par l'homme, nouvelles fonctionnalités ajoutées",
"it": "Codici di errore HMS Leggibili dall'uomo, nuove funzionalità aggiunte",
"es": "Códigos de error de HMS Legibles por humanos, se agregaron nuevas funcionalidades",
"pl": "Kody błędów HMS Czytelne dla człowieka, dodane nowe funkcje",
"uk": "Коди помилок HMS зрозумілі людині, додано нові функції",
"zh-cn": "HMS错误代码人类可读,添加了新功能"
}
},
"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.bambulab",
"version": "0.3.3-beta.0",
"version": "0.3.3-beta.1",
"description": "Connects to Bambulab 3d printers to retrieve data of current print and control main aspects",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 6efd5f0

Please sign in to comment.