Skip to content

Commit

Permalink
Update version and changelog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
albertziegenhagel committed Oct 8, 2024
1 parent d226c1a commit 182b45b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.1.0

- Fix possible crashes of debugger that was attached to the child processes ([#27](https://github.com/albertziegenhagel/childdebugger-vscode/pull/27)).
- Fix missing line breaks in log messages ([#28](https://github.com/albertziegenhagel/childdebugger-vscode/pull/28)).

## 1.0.0

- Make child debugging opt-in instead of on-by-default ([#25](https://github.com/albertziegenhagel/childdebugger-vscode/pull/25)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Albert Ziegenhagel",
"publisher": "albertziegenhagel",
"license": "MIT",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/albertziegenhagel/childdebugger-vscode",
"bugs": {
"url": "https://github.com/albertziegenhagel/childdebugger-vscode/issues"
Expand Down

0 comments on commit 182b45b

Please sign in to comment.