Skip to content

Commit

Permalink
Release v0.2.2 (Patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhufmann committed Aug 16, 2024
1 parent 0f5ee29 commit a5f8c4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tag: v0.2.1
tag: v0.2.2

commitInclude:
parentOfMergeCommit: true

releaseNoteGenerator:
showAbbrevHash: true
showCommitter: false
showCommitter: false
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"version": "0.2.1",
"version": "0.2.2",
"npmClient": "yarn",
"command": {
"run": {
"stream": true
}
},
"packages": [
"."
]
"packages": ["."]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-trace-server",
"displayName": "VSCode Trace Server",
"description": "Companion extension to the Trace Viewer for VSCode, that makes it easier to start/stop a local trace server",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"engines": {
"vscode": "^1.78.0"
Expand Down

0 comments on commit a5f8c4c

Please sign in to comment.