Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach committed Jun 17, 2020
1 parent ab7685b commit 2afed9b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
.gitignore
.idea
node_modules/
nbproject/
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
arch:
- amd64
- arm64

os:
- linux
- osx
Expand All @@ -7,6 +11,8 @@ language: node_js
node_js:
- '10'
- '12'
- '14'
- 'node'

env:
- CXX=g++-6
Expand Down
Binary file modified .vs/ioBroker.kostal-piko-ba/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Known Vulnerabilities](https://snyk.io/test/github/hombach/ioBroker.kostal-piko-ba/badge.svg)](https://snyk.io/test/github/hombach/ioBroker.kostal-piko-ba)
![Node.js CI](https://github.com/hombach/ioBroker.kostal-piko-ba/workflows/Node.js%20CI/badge.svg)

[![NPM](https://nodei.co/npm/iobroker.kostal-piko-ba.png?downloads=true)](https://nodei.co/npm/ioBroker.kostal-piko-ba/)
[![NPM](https://nodei.co/npm/iobroker.kostal-piko-ba.png?downloads=true)](https://nodei.co/npm/iobroker.kostal-piko-ba/)

**Tests:**: [![Travis-CI](http://img.shields.io/travis/hombach/ioBroker.kostal-piko-ba/master.svg)](https://travis-ci.org/hombach/ioBroker.kostal-piko-ba)

Expand All @@ -21,7 +21,10 @@ To connect to the Kostal Pico BA inverter type in its IP-address in the config.

## Changelog

### 0.2.4 (16.06.2020)
### 0.2.5 (17.06.2020)
* (HombachC) added tests for node.js 14

### 0.2.4 (17.06.2020)
* (HombachC) fixed typos

### 0.2.3 (16.06.2020)
Expand Down
6 changes: 1 addition & 5 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"common": {
"name": "kostal-piko-ba",
"version": "0.2.4",
"version": "0.2.5",
"title": "Kostal PikoBA",
"titleLang": {
"en": "Kostal PikoBA",
Expand Down Expand Up @@ -33,10 +33,6 @@
"en": "debug phase finished",
"de": "Debug modus beendet"
},
"0.1.1": {
"en": "first working release - bugfix",
"de": "Erste voll funktionsfähige Version - Bugfix"
},
"0.1.0": {
"en": "first working release",
"de": "Erste voll funktionsfähige Version"
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.kostal-piko-ba",
"version": "0.2.4",
"version": "0.2.5",
"description": "Adapter for reading Kostal Piko BA data",
"author": "hombach <[email protected]>",
"homepage": "https://github.com/hombach/ioBroker.kostal-piko-ba",
Expand Down

0 comments on commit 2afed9b

Please sign in to comment.