diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a196a..eb76a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.12 (May 30, 2024) +* fixed comparison pointer/null +* fixed compound launch + ## 1.4.11 (May 28, 2024) * added a pop-up when hl exit code 4 (debug port occupied) * added comparison for pointer, int64, bool diff --git a/package.json b/package.json index b603e50..2b973f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.11", + "version": "1.4.12", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",