From 182b45bdf3d1cfc03a970549966a0a588e32190b Mon Sep 17 00:00:00 2001 From: Albert Ziegenhagel Date: Tue, 8 Oct 2024 20:11:10 +0200 Subject: [PATCH] Update version and changelog for next release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2354f5..cbc2e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/package.json b/package.json index 6c8a1b3..163d7ed 100644 --- a/package.json +++ b/package.json @@ -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"