From 293946b058bbd027380c42f3fe9d5d088801e0da Mon Sep 17 00:00:00 2001 From: serg3295 Date: Wed, 9 Oct 2024 18:49:29 +0300 Subject: [PATCH] chore: new release 4.3.0 --- CHANGES.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 79c3813..06e48c3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ ### Unreleased ### +### 4.3.0 ### + +* Added support for esp32 firmware compiled from the stale dev-esp32-idf3-final branch + ### 4.2.1 ### * Fixed glob-expression diff --git a/package-lock.json b/package-lock.json index c18cfac..bff263b 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemcu-tool", - "version": "4.2.1", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodemcu-tool", - "version": "4.2.1", + "version": "4.3.0", "license": "MIT", "dependencies": { "async-magic": "^1.3.0", diff --git a/package.json b/package.json index 88de80f..160450a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemcu-tool", - "version": "4.2.1", + "version": "4.3.0", "description": "Command line tool to upload and manage files on your NodeMCU / ESP8266 Module / ESP32 Module.", "keywords": [ "cli",