Skip to content

Commit

Permalink
merged #55
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Oct 12, 2018
1 parent e8771f7 commit 927a74a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 927a74a

Please sign in to comment.