Skip to content

Commit 9a721c2

Browse files
authored
0.132.2 (#8613)
1 parent 390e465 commit 9a721c2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

documentation/releasing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
1. Edit version in [package.json](https://github.com/Microsoft/vscode-pull-request-github/blob/main/package.json)
44
- Update version of the extension - this is usually the minor version.
55
**Until the marketplace supports semantic versioning, the minor version should always be an event number. Odd numbers are reserved for the pre-release version of the extension.**
6+
- Run `npm install` to update `package-lock.json`
67
- (If necessary) Update vscode engine version
78

89
2. Update [CHANGELOG.md](https://github.com/Microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"treeItemMarkdownLabel",
4545
"treeViewMarkdownMessage"
4646
],
47-
"version": "0.132.1",
47+
"version": "0.132.2",
4848
"publisher": "GitHub",
4949
"engines": {
5050
"vscode": "^1.110.0"

0 commit comments

Comments
 (0)