diff --git a/CHANGELOG.md b/CHANGELOG.md index 7234b9114..8b442b9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] + +### Added + +- Added links to marketplaces in extension README (#1899) + +### Changed + +- Split extension publishing CI in to two separate jobs to facilitate reruns (#1898) + ## [1.1.2] ### Fixed diff --git a/docs/installation.md b/docs/installation.md index aa917c544..034013adf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,11 +7,11 @@ VSCode. Download and install the VSCode extension. -- For Arm MacOS: [publisher-1.1.2-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-darwin-arm64.vsix) -- For Intel MacOS: [publisher-1.1.2-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-darwin-amd64.vsix) -- For Windows: [publisher-1.1.2-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-windows-amd64.vsix) -- For Arm Linux: [publisher-1.1.2-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-linux-arm64.vsix) -- For Intel Linux: [publisher-1.1.2-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-linux-amd64.vsix) +- For Arm MacOS: [publisher-1.1.3-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-arm64.vsix) +- For Intel MacOS: [publisher-1.1.3-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-amd64.vsix) +- For Windows: [publisher-1.1.3-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-windows-amd64.vsix) +- For Arm Linux: [publisher-1.1.3-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-linux-arm64.vsix) +- For Intel Linux: [publisher-1.1.3-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-linux-amd64.vsix) To learn how to install a `.vsix` file, see the [Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix) diff --git a/extensions/vscode/CHANGELOG.md b/extensions/vscode/CHANGELOG.md index 86aad711c..45fbb4f51 100644 --- a/extensions/vscode/CHANGELOG.md +++ b/extensions/vscode/CHANGELOG.md @@ -6,6 +6,6 @@ file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.2] +## [1.1.3] - Initial beta release