Skip to content

Commit

Permalink
Publish 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Apr 11, 2019
1 parent 5b7ccfa commit 8181850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hxcpp-debug-server/haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8181850

Please sign in to comment.