We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f6afb commit 27858d6Copy full SHA for 27858d6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.66.1
4
+
5
+### Fixes
6
7
+- TypeError: Cannot read properties of undefined (reading 'number'). https://github.com/microsoft/vscode-pull-request-github/issues/4893
8
9
## 0.66.0
10
11
### Changes
package.json
@@ -23,7 +23,7 @@
23
"shareProvider",
24
"quickDiffProvider"
25
],
26
- "version": "0.66.0",
+ "version": "0.66.1",
27
"publisher": "GitHub",
28
"engines": {
29
"vscode": "^1.79.0"
0 commit comments