Skip to content

Commit 4586206

Browse files
authored
v1.0.9 (#382)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent b088682 commit 4586206

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
## 1.0.9
4+
5+
- Implements [#360](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360): Support GDB/MI breakpoint notifications.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-adapter",
3-
"version": "1.0.9-next",
3+
"version": "1.0.9",
44
"description": "gdb adapter implementing the debug adapter protocol",
55
"main": "dist/index.js",
66
"browser": "dist/browser/web.js",

0 commit comments

Comments
 (0)