diff --git a/CHANGELOG.md b/CHANGELOG.md index ae40b38..b605544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.4.14 (June 5, 2024) +* fixed eval this + ## 1.4.13 (June 3, 2024) * improved eval access to class with file/package prefix * added eval support for null-safe field access operator (?.) diff --git a/package.json b/package.json index e5491d9..264eb16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.13", + "version": "1.4.14", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",