Skip to content

Commit dded631

Browse files
committed
Bump version to 3.2.0
1 parent 5f505ab commit dded631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 3.2.0 (2023-06-??)
3+
## 3.2.0 (2023-06-09)
44

55
* Introducing a powerful linting feature that highlights syntactical and stylistic issues in the ["platformio.ini"](https://docs.platformio.org/en/latest/projectconf/index.html) configuration file (issue [#3723](https://github.com/platformio/platformio-vscode-ide/issues/3723))
66
* Improved project cleanup process by utilizing the ``fullclean`` target instead of ``cleanall``. This ensures a thorough clean-up, including the removal of dependent libraries

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "3.1.90",
3+
"version": "3.2.0",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)