diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff16d6..6fa1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "blamer-vs" extension will be documented in this file. +## [0.6.1] - 2024-03-31 + +## Fixed + +- Bug where auto-blamed files repeatedly surface an error + ## [0.6.0] - 2024-03-28 ### Changed diff --git a/package-lock.json b/package-lock.json index 2611ca0..c0c9748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blamer-vs", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "blamer-vs", - "version": "0.6.0", + "version": "0.6.1", "dependencies": { "luxon": "^3.4.4", "xml-js": "^1.6.11" diff --git a/package.json b/package.json index 58c0d86..e58aabb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "blamer-vs", "displayName": "SVN Blamer", "description": "Visually blame SVN-stored code line-by-line", - "version": "0.6.0", + "version": "0.6.1", "publisher": "beaugust", "repository": { "type": "git",