Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version up #200

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"common": {
"name": "sainlogic",
"version": "0.11.2",
"version": "0.11.3",
"news": {
"0.11.2": {
"0.11.3": {
"en": "Bump libraries, add new sensors, remove node.js 16",
"de": "Update von Abhängigkeiten, neue Sensoren und node.js 16 entfernt"
},
"0.11.2": {
"en": "bad publish",
"de": "Unkompletter publish vorgang"
},
"0.11.1": {
"en": "Removed unneccessary state creation at startup, will create states dynamically as data comes in",
"de": "Unnötiges Anlegen von Sates beim Start entfernt, States werden nur noch generiert wenn Daten ankommen"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sainlogic",
"version": "0.11.2",
"version": "0.11.3",
"description": "Read data from a sainlogic based weather station",
"author": {
"name": "Daniel Draes",
Expand Down
Loading