Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Dec 26, 2021
1 parent 1418885 commit 43d7d70
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.3.7
* Some minor improvements
* Some refactoring

### 0.3.6
* (patrickbs96) Some improvements and fixes

Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.3.6",
"version": "0.3.7",
"news": {
"0.3.7": {
"en": "Some minor improvements",
"de": "Ein paar kleiner Verbesserungen"
},
"0.3.6": {
"en": "Some improvements and fixes",
"de": "Ein paar Verbesserungen und Fehlerbehebungen"
Expand Down
8 changes: 4 additions & 4 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.switchbot-ble",
"version": "0.3.6",
"version": "0.3.7",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/chai-as-promised": "^7.1.4",
"@types/gulp": "^4.0.9",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.4",
"@types/node": "^17.0.5",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.7",
Expand Down

0 comments on commit 43d7d70

Please sign in to comment.