Skip to content

Commit 6208cb3

Browse files
authored
chore: release v1.16.2 (#1096)
Release v1.16.2, stacked on #1092: bumps `package.json` to 1.16.2 and cuts the changelog's `Unreleased` section as the v1.16.2 release. ## Changes - `package.json`: version 1.16.1 → 1.16.2 - `CHANGELOG.md`: `## Unreleased` → `## [v1.16.2](https://github.com/coder/vscode-coder/releases/tag/v1.16.2) 2026-08-25` ## Notes - Based on `fix/keep-legacy-coder-authority` (#1092), so its fixes are what v1.16.2 ships. **Retarget this PR to `main` once #1092 merges.** - The release tag must point at a commit where `package.json` reads 1.16.2 — `release.yaml` validates tag against `package.json` and requires the tag to be an ancestor of `origin/main`. <sub>This pull request was created by Coder Agents on behalf of @EhabY.</sub>
1 parent b28f33a commit 6208cb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from published versions since it shows up in the VS Code extension changelog
66
tab and is confusing to users. Add it back between releases if needed. -->
77

8-
## Unreleased
8+
## [v1.16.2](https://github.com/coder/vscode-coder/releases/tag/v1.16.2) 2026-08-25
99

1010
### Fixed
1111

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.16.1",
4+
"version": "1.16.2",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)