Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
- Account for different API versions
  • Loading branch information
Stephan Stricker committed Dec 26, 2023
1 parent 956e7fe commit d86f42a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ When the adapter crashes or another Code error happens, this error message that
<a name="Revision-History"></a>

## Changelog
### **WORK IN PROGRESS**
### 0.1.6 (2023-12-26)
- Account for different API versions

### 0.1.5 (2023-12-10)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "srm",
"version": "0.1.5",
"version": "0.1.6",
"news": {
"0.1.6": {
"en": "Account for different API versions",
"de": "Konto für verschiedene API-Versionen",
"ru": "Аккаунт для разных версий API",
"pt": "Conta para diferentes versões de API",
"nl": "Account voor verschillende API versies",
"fr": "Compte pour différentes versions API",
"it": "Account per diverse versioni API",
"es": "Cuenta para diferentes versiones de API",
"pl": "Relacja dla różnych wersji API",
"uk": "Рахунок для різних версій API",
"zh-cn": "不同协会版本的核算"
},
"0.1.5": {
"en": "minor bug fixes",
"de": "kleine fehlerbehebungen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "pierwsze publiczne wydanie",
"uk": "перший публічний реліз",
"zh-cn": "首次公开释放"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"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.srm",
"version": "0.1.5",
"version": "0.1.6",
"description": "This adapter allows you to connect to a Synology router",
"author": {
"name": "stephan stricker",
Expand Down

0 comments on commit d86f42a

Please sign in to comment.