We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4e653 commit ec0288dCopy full SHA for ec0288d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "gerrit" extension will be documented in this file.
4
5
+## 1.2.54
6
+
7
+- Fix bug where an error message would be shown when submitting multiple changes
8
9
## 1.2.53
10
11
- Fix clickable area of buttons in review panel
package.json
@@ -2,7 +2,7 @@
"name": "vscode--gerrit",
"displayName": "Gerrit",
"description": "VSCode gerrit integration",
- "version": "1.2.53",
+ "version": "1.2.54",
"engines": {
"vscode": "^1.74.0",
"node": ">=14.16.0"
0 commit comments