From d966e07f19cb8a683166e8e346f125e04dc97e9a Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 18 Aug 2022 20:07:11 +0200 Subject: [PATCH] chore: release v1.1.2 * (bluefox) improved `writeFile` call --- README.md | 2 +- index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61e7d92..f075f1a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In the same way as `socket.io.client` library --> ## Changelog -### **WORK IN PROGRESS** +### 1.1.2 (2022-08-18) * (bluefox) improved `writeFile` call ### 1.1.1 (2022-05-22) diff --git a/index.js b/index.js index ff9871c..6ee582b 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * ioBroker WebSockets * Copyright 2020-2022, bluefox * Released under the MIT License. - * v 1.1.1 (2022_05_22) + * v 1.1.2 (2022_08_18) */ /* jshint -W097 */ /* jshint strict: false */ diff --git a/package.json b/package.json index 08a9e20..5803fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/ws", - "version": "1.1.1", + "version": "1.1.2", "description": "ioBroker client side of web sockets", "author": { "name": "bluefox",