diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6bf5fa4..27214dcc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - run: yarn - - run: npx vsce package + - run: npx @vscode/vsce package - uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b5e7ff..52a8801a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [v1.11.2](https://github.com/coder/vscode-coder/releases/tag/v1.11.2) 2025-10-07 + +### Changed + +- Updated Visual Studio Marketplace badge in README to use img.shields.io service instead of vsmarketplacebadges. + ## [v1.11.1](https://github.com/coder/vscode-coder/releases/tag/v1.11.1) 2025-10-07 ### Fixed diff --git a/README.md b/README.md index b6bd81dd..05c11d2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Coder Remote -[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/version/coder.coder-remote.svg)](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote) +[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/coder.coder-remote?label=Visual%20Studio%20Marketplace&color=%233fba11)](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote) [![Open VSX Version](https://img.shields.io/open-vsx/v/coder/coder-remote)](https://open-vsx.org/extension/coder/coder-remote) [!["Join us on Discord"](https://badgen.net/discord/online-members/coder)](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md) diff --git a/package.json b/package.json index dd8dce12..9d2ea2a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.11.1", + "version": "1.11.2", "description": "Open any workspace with a single click.", "categories": [ "Other"