Skip to content

Commit 8181850

Browse files
committed
Publish 1.2.4
1 parent 5b7ccfa commit 8181850

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.4 (April 11, 2019)
2+
3+
- fixed removal of breakpoints
4+
15
### 1.2.3 (April 2, 2019)
26

37
- fixed a crash on Windows when continuing from a breakpoint

hxcpp-debug-server/haxelib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"tags": ["cpp"],
66
"description": "debugger jsonrpc server",
7-
"version": "1.2.3",
7+
"version": "1.2.4",
88
"classPath": "./",
99
"releasenote": "See hxcpp-debugger changelog",
1010
"contributors": ["nulld", "Gama11"],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hxcpp-debugger",
33
"displayName": "HXCPP Debugger",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"publisher": "vshaxe",
66
"license": "MIT",
77
"description": "Debugger for Haxe/HXCPP applications",

0 commit comments

Comments
 (0)