Skip to content

Commit 00f5609

Browse files
committed
v11.0.2
1 parent a0c9b8b commit 00f5609

File tree

6 files changed

+1549
-951
lines changed

6 files changed

+1549
-951
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 11.0.2 (July 17, 2024)
4+
* Fix: Updating dependencies
5+
36
## 11.0.1 (May 29, 2024)
47
* Bug: Environment parameters are no longer sent to git commands [#174](https://github.com/Sertion/vscode-gitblame/issues/174) Thanks to [Martijn Hols](https://github.com/MartijnHols), [amc6](https://github.com/amc6), and especially [Alex Neo](https://github.com/alexneo2003)!
58

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ await build({
55
bundle: true,
66
format: "cjs",
77
minify: true,
8-
target: "node18.17",
8+
target: "node20.9",
99
outfile: "./out/src/index.js",
1010
external: [
1111
"vscode",

0 commit comments

Comments
 (0)