Skip to content

Commit

Permalink
chore: release v1.0.13
Browse files Browse the repository at this point in the history
-   improved CAN bus mode reading
  • Loading branch information
Klaus Weber committed Nov 22, 2024
1 parent f35794e commit 9a74ac6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.13 (2024-11-22)
- improved CAN bus mode reading
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.12",
"version": "1.0.13",
"messagebox": true,
"news": {
"1.0.13": {
"en": "improved CAN bus mode reading",
"de": "verbesserte CAN-Busmodusmessung",
"ru": "улучшенный режим автобуса",
"pt": "melhor leitura do modo de ônibus CAN",
"nl": "verbeterde CAN bus modus lezen",
"fr": "meilleure lecture du mode de bus CAN",
"it": "migliore lettura della modalità CAN bus",
"es": "mejora del modo de autobús CAN",
"pl": "ulepszone czytanie magistrali CAN",
"uk": "покращений читання режиму CAN",
"zh-cn": "改进的 CAN 总线模式读取"
},
"1.0.12": {
"en": "lint fixes",
"de": "lint fixes",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "testowanie rozmieszczenia poprzez \"npm uruchom\"",
"uk": "тестування розгортання через \"npm run release\"",
"zh-cn": "通过“ npm 运行释放” 测试部署"
},
"1.0.6": {
"en": "testing deployment via \"npm run release\"",
"de": "testeinsatz über \"npm run release\"",
"ru": "тестирование развертывания через \"npm run release\"",
"pt": "testando a implementação através da \"versão de liberação\"",
"nl": "testen implementatie via \"npm run release\"",
"fr": "test de déploiement via \"npm run release\"",
"it": "distribuzione di test tramite \"npm run release\"",
"es": "despliegue de pruebas a través de \"npm run release\"",
"pl": "testowanie rozmieszczenia poprzez \"npm uruchom\"",
"uk": "тестування розгортання через \"npm run release\"",
"zh-cn": "通过“ npm 运行释放” 测试部署"
}
},
"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.uvr16xx-blnet",
"version": "1.0.12",
"version": "1.0.13",
"description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit 9a74ac6

Please sign in to comment.