Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* (simatec) First Beta
  • Loading branch information
simatec committed Sep 10, 2024
1 parent d34cb69 commit 1ce75f3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You must enter these in the configuration of the adapter.
---
<!-- ### **WORK IN PROGRESS** -->
## Changelog
### **WORK IN PROGRESS**
### 0.1.0 (2024-09-10)
* (simatec) First Beta

### 0.0.1 (2024-09-09)
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": "remeha-home",
"version": "0.0.1",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "First Beta",
"de": "Erste Beta",
"ru": "Первая бета",
"pt": "Primeiro Beta",
"nl": "Eerste Beta",
"fr": "Première bêta",
"it": "Prima Beta",
"es": "Primera beta",
"pl": "Pierwsza Beta",
"uk": "Перша бета",
"zh-cn": "第一贝塔"
},
"0.0.1": {
"en": "(simatec) First Commit",
"de": "(simatec) Erstes Commit",
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.remeha-home",
"version": "0.0.1",
"version": "0.1.0",
"description": "Connect your Remeha Home System with ioBroker",
"author": {
"name": "simatec",
Expand Down Expand Up @@ -84,4 +84,4 @@
"url": "https://github.com/simatec/ioBroker.remeha-home/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 1ce75f3

Please sign in to comment.