Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
-   improve build and deploy
  • Loading branch information
Klaus Weber committed Nov 17, 2024
1 parent 512118d commit b665234
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ The ioBroker.admin interface will then be available at http://localhost:8081/
Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev-server#command-line) for more details.
## Changelog
### **WORK IN PROGRESS**
### 1.0.1 (2024-11-17)
- improve build and deploy
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.0",
"version": "1.0.1",
"messagebox": true,
"news": {
"1.0.1": {
"en": "improve build and deploy",
"de": "aufbau und einsatz verbessern",
"ru": "улучшение строительства и развертывания",
"pt": "melhorar a construção e implantação",
"nl": "de bouw en implementatie verbeteren",
"fr": "améliorer la construction et le déploiement",
"it": "migliorare la costruzione e la distribuzione",
"es": "mejorar la construcción y el despliegue",
"pl": "poprawa budowy i rozmieszczenia",
"uk": "поліпшення побудови та розгортання",
"zh-cn": "改进建设和部署"
},
"1.0.0": {
"en": "initial release",
"de": "erstausstrahlung",
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.0",
"version": "1.0.1",
"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 b665234

Please sign in to comment.