Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
- minor bug fixes
  • Loading branch information
Stephan Stricker committed Dec 5, 2023
1 parent a362abf commit 6e9785d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 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.2 (2023-12-05)
- minor bug fixes

### 0.1.1 (2023-12-05)
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": "srm",
"version": "0.1.1",
"version": "0.1.2",
"news": {
"0.1.2": {
"en": "minor bug fixes",
"de": "kleine fehlerbehebungen",
"ru": "мелкие исправления ошибок",
"pt": "pequenas correções de bugs",
"nl": "minor bug fixes",
"fr": "corrections mineures",
"it": "correzioni di bug minori",
"es": "correcciones de errores menores",
"pl": "drobny błęd",
"uk": "незначні виправлення помилок",
"zh-cn": "b 轻微混凝土"
},
"0.1.1": {
"en": "enabled NPM deployment",
"de": "nPM-Bereitstellung",
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.1",
"version": "0.1.2",
"description": "This adapter allows you to connect to a Synology router",
"author": {
"name": "stephan stricker",
Expand Down

0 comments on commit 6e9785d

Please sign in to comment.