From 7f43e7f20411a81328837ca1102ec0de57c8bf5a Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 17 Oct 2022 19:18:07 -0400 Subject: [PATCH] Bumps to v13.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 486488f..026bcaa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more", - "version": "13.0.0", + "version": "13.0.1", "engines": { "vscode": "^1.72.0" },