From fa304000fe8008c4a68f53f14c92a1a26de749a9 Mon Sep 17 00:00:00 2001 From: elliot Date: Wed, 17 Dec 2025 12:39:38 -0500 Subject: [PATCH] bump version and changelog to 1.128.0 --- apps/vscode/CHANGELOG.md | 2 ++ apps/vscode/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 0c68dd80..929c21a6 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.128.0 (Unreleased) + ## 1.127.0 (Release on 2025-12-17) - By default, headers from markdown files _in R projects_ (projects with a `DESCRIPTION` file such as R package) are no longer exported as workspace symbols. They remain exported as usual in other projects. This behaviour can be controlled manually with the new `quarto.symbols.exportToWorkspace` setting. diff --git a/apps/vscode/package.json b/apps/vscode/package.json index c8b4789b..20fbf89d 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -11,7 +11,7 @@ "pandoc", "quarto" ], - "version": "1.127.0", + "version": "1.128.0", "repository": { "type": "git", "url": "https://github.com/quarto-dev/quarto/tree/main/apps/vscode"