1
0
mirror of https://github.com/karl0ss/orvibo-b25-server-kex.git synced 2025-05-22 22:35:17 +01:00

Bump version to 1.1.0

This commit is contained in:
Jesse Cotton 2018-04-02 21:55:26 -07:00
parent ada0b42123
commit 272adeac34
No known key found for this signature in database
GPG Key ID: 731B5A1B4C1DDCD3
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file

@ -0,0 +1,12 @@
# CHANGELOG
## 1.1.0
* Add try-catch around packet decryption to guard against a service crash resulting from an occasional packet decryption error.
* Pluralize getConnectedSocket + alias previous name
* Enhance settings handling
* Enhance Orvibo logging
## 1.0.0
Initial release

@ -1,6 +1,6 @@
{ {
"name": "orvibo-b25-server", "name": "orvibo-b25-server",
"version": "1.0.1", "version": "1.1.0",
"description": "A server to control the Orvibo B25 range of smart sockets", "description": "A server to control the Orvibo B25 range of smart sockets",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {