From 7109fad498ec19ef240dcdcd11a727bd98c5bc18 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Aug 2023 21:27:53 +0000 Subject: [PATCH 1/2] Release extension version 0.26.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6f029ed..4f1428d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/vscode-github-actions", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/vscode-github-actions", - "version": "0.26.0", + "version": "0.26.1", "license": "MIT", "dependencies": { "@actions/languageserver": "*", diff --git a/package.json b/package.json index f157e023..57e5f4d8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/github/vscode-github-actions" }, "description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code", - "version": "0.26.0", + "version": "0.26.1", "engines": { "vscode": "^1.72.0", "node": ">= 16" From 057e6ce72b12a5fb6f2e39d79c6bcfd9602df8b9 Mon Sep 17 00:00:00 2001 From: Jonathan Tamsut Date: Fri, 4 Aug 2023 14:30:23 -0700 Subject: [PATCH 2/2] update changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a83f3d..b6325b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.26.1] +- Update CHANGELOG + +## [0.26.0] +- Update publish.yml to publish to OpenVSX +- Fix preview run +- Fix spelling in documentation and comments using the check-spelling action +- Correctly indent completion options + ## [0.25.8] - Improve Windows Dev Experience: fix npm commands (cross-env package), fix Source Control Repos, and improve documentation