From f419a81ab1316fd689a698585dd2e0e70d8aeca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:18:23 +0000 Subject: [PATCH] chore(main): release workspace-file-bookmarks 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 866e93f..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.3" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4212aba..d3a09da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.4.3...workspace-file-bookmarks-v1.5.0) (2026-08-11) + + +### Features + +* publish pre-release builds from development ([c0e82df](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/c0e82dff7033ba527cb584385c6139027a2a0796)) + + +### Bug Fixes + +* restore release-please.yml, drop redundant propagation workflow ([aa0de28](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/aa0de282ae6e6689ebf20cabe99cca449e729fdd)) +* update repository URLs in package.json to match the correct project name ([b2812ed](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/b2812edbb9859b9995a16c8d7c3b22933bde42fa)) + ## [1.4.3](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.4.2...workspace-file-bookmarks-v1.4.3) (2026-08-11) diff --git a/package-lock.json b/package-lock.json index 315fe1b..e7027ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workspace-file-bookmarks", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-file-bookmarks", - "version": "1.4.3", + "version": "1.5.0", "devDependencies": { "@types/node": "^24.13.3", "@types/vscode": "^1.125.0", diff --git a/package.json b/package.json index 12eda4a..5e2ffaa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Bookmark files across multi-repo VS Code workspaces for quick access.", "publisher": "Wikid82", "private": false, - "version": "1.4.3", + "version": "1.5.0", "icon": "media/icon.png", "categories": [ "Other"