From e54ef90854dfd9a9b23a8f1a16744e32ec0c7c54 Mon Sep 17 00:00:00 2001 From: Trottero Date: Wed, 24 Apr 2024 20:56:20 +0200 Subject: [PATCH] Version bump to 0.2.7 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce6287..8b16a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,3 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - More strict regex for linux based system (fixes [#12](https://github.com/Trottero/dotnet-watch-attach/issues/12)) - Added simple logging system for future debugging purposes. + +## [0.2.7] - 2024-04-24 + +### Fixed + +- The process responsible for scanning now bypasses PowerShell profiles (Closes [#17](https://github.com/Trottero/dotnet-watch-attach/issues/17), Thanks [hackathi](https://github.com/hackathi)!) diff --git a/package-lock.json b/package-lock.json index fe09044..a9355d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dotnetwatchattach", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dotnetwatchattach", - "version": "0.2.6", + "version": "0.2.7", "dependencies": { "rxjs": "^7.4.0", "vscode-debugadapter": "^1.49.0" diff --git a/package.json b/package.json index 0a745c1..00a4dbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dotnetwatchattach", "displayName": ".NET Watch Attach", "description": "Wrapper for coreclr attach which automatically attaches when a given program gets launched by `dotnet watch`.", - "version": "0.2.6", + "version": "0.2.7", "publisher": "Trottero", "contributors": [ {