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",