Skip to content

Commit

Permalink
chore: new release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 committed Dec 30, 2024
1 parent d037480 commit c05ac87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Unreleased ###

### 5.0.0 ###

⚠️ **BREAKING CHANGE**

* Bump the minimum NodeJS version to v20.18.1 - which aligns with `serialport` v13's minimum.

* Fixes "Error: Open (SetCommState): Unknown error code 31" on Windows
* Migrate to ESLint v9
* Upgrade serialport to v13
* Upgrade dependencies

### 4.4.0 ###

* Added support for new esp32 'console' module
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemcu-tool",
"version": "4.4.0",
"version": "5.0.0",
"description": "Command line tool to upload and manage files on your NodeMCU / ESP8266 Module / ESP32 Module.",
"keywords": [
"cli",
Expand Down Expand Up @@ -36,7 +36,7 @@
"esbuild-base": "node esbuild.mjs"
},
"engines": {
"node": ">=18.0"
"node": ">=20.18.1"
},
"preferGlobal": true,
"author": "Andi Dittrich (https://andidittrich.de)",
Expand Down

0 comments on commit c05ac87

Please sign in to comment.