From 3b431711256a5a888a39f484225ed9d919818e79 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Fri, 13 Aug 2021 14:09:37 +0200 Subject: [PATCH] 0.29.2 (#2907) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d3e635a8..cf49e64dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.29.2 + +### Fixes + +- Fix **Copy Permalink** commands for github.dev. https://github.com/microsoft/vscode-pull-request-github/issues/2903 + ## 0.29.1 ### Fixes diff --git a/package.json b/package.json index dc57dc079a..9d621d248b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "enableProposedApi": true, "preview": true, - "version": "0.29.1", + "version": "0.29.2", "publisher": "GitHub", "engines": { "vscode": "^1.59.0"