Skip to content

Commit b2ee8ee

Browse files
committed
v3.9.2022092001
1 parent 4052536 commit b2ee8ee

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.9.2022091901] revision (preview)
9+
### [v3.9.2022092001] revision (preview)
1010

1111
**Fix**:
1212
- Env was overrided when import a 'multi-project' iar workspace
1313
- Sdcc problem matcher doesn't work
14+
- error convert: '${VAR}/../A' -> 'A' when use 'NodePath.normalize()', use 'File.normalize' replace 'NodePath.normalize'
1415

1516
**Change**:
1617
- Remove Makefile template file generate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://em-ide.com",
3535
"license": "MIT",
3636
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
37-
"version": "3.9.2022091901",
37+
"version": "3.9.2022092001",
3838
"preview": false,
3939
"engines": {
4040
"vscode": "^1.63.0"

0 commit comments

Comments
 (0)