Skip to content

Commit

Permalink
chore: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 committed May 23, 2024
1 parent ecca197 commit 31bebb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to the "nodemcu-tools" extension will be documented in this

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.2.0] - 2024-05-23

### Added

- collectgarbage() in "Globals" snippet
- New command 'nodemcu-tools.uploadActiveFile' to upload file in the currently active editor to device.
The command is also accessible from editor context menu.
Expand All @@ -18,6 +22,7 @@ The command is also accessible from editor context menu.
- run chunk on esp32

### Changed

- Re-arrange control buttons in Termimal container

## [4.1.1] - 2024-02-16
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "boressoft",
"displayName": "NodeMCU-Tools",
"description": "NodeMCU development tools for Visual Studio Code",
"version": "4.1.2",
"version": "4.2.0",
"author": {
"name": "Boris Gulay",
"email": "boris@gulay.name"
Expand Down

0 comments on commit 31bebb7

Please sign in to comment.