diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d9e91..aac4f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.2.4 (April 11, 2019) + +- fixed removal of breakpoints + ### 1.2.3 (April 2, 2019) - fixed a crash on Windows when continuing from a breakpoint diff --git a/hxcpp-debug-server/haxelib.json b/hxcpp-debug-server/haxelib.json index 38e34f7..733a411 100644 --- a/hxcpp-debug-server/haxelib.json +++ b/hxcpp-debug-server/haxelib.json @@ -4,7 +4,7 @@ "license": "MIT", "tags": ["cpp"], "description": "debugger jsonrpc server", - "version": "1.2.3", + "version": "1.2.4", "classPath": "./", "releasenote": "See hxcpp-debugger changelog", "contributors": ["nulld", "Gama11"], diff --git a/package.json b/package.json index 698897c..fcb4f38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hxcpp-debugger", "displayName": "HXCPP Debugger", - "version": "1.2.3", + "version": "1.2.4", "publisher": "vshaxe", "license": "MIT", "description": "Debugger for Haxe/HXCPP applications",