Skip to content

Commit 677eee4

Browse files
authored
v1.11.5 (coder#678)
1 parent c394308 commit 677eee4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ jobs:
121121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122122
prerelease: ${{ inputs.isPreRelease }}
123123
draft: true
124-
title: "${{ inputs.isPreRelease && 'Pre-' || '' }}Release v${{ inputs.version }}"
124+
title: "v${{ inputs.version }}${{ inputs.isPreRelease && '-pre' || '' }}"
125125
files: ${{ needs.setup.outputs.packageName }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [v1.11.5](https://github.com/coder/vscode-coder/releases/tag/v1.11.5) 2025-12-10
6+
57
### Added
68

79
- Support for paths that begin with a tilde (`~`).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.11.4",
4+
"version": "1.11.5",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)