From 927a74ade3ea959d2460a7cf634457d59333db75 Mon Sep 17 00:00:00 2001 From: Andi Dittrich Date: Fri, 12 Oct 2018 12:55:28 +0200 Subject: [PATCH] merged #55 --- CHANGES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 12e17aa..0982ef1 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ Refactored the codebase - make extensive use of ES6 feature like async/await +### 3.0.2 ### + +* Bugfix: Invalid module entry file - nodemcu-connector was not exported - thanks to [LanFly on GitHub](https://github.com/AndiDittrich/NodeMCU-Tool/issues/55) #55 ### 3.0.1 ### diff --git a/package.json b/package.json index 3713933..17d2d64 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemcu-tool", - "version": "3.0.1", + "version": "3.0.2", "description": "Command line tool to upload and manage files on your NodeMCU / ESP8266 Module / ESP32 Module.", "keywords": [ "cli",