From f44e1a8761b1632330f3b8afb0c13674395edd9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:33:57 +0000 Subject: [PATCH] chore(main): release workspace-file-bookmarks 1.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3eff9..e50b4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.0](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.7.0...workspace-file-bookmarks-v1.8.0) (2026-08-21) + + +### Features + +* quick-filter / search box for the bookmarks sidebar ([7146176](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/7146176170f9e76750f6606c968f0541ec8229a8)) +* quick-filter / search box for the bookmarks sidebar ([#69](https://github.com/Wikid82/Workspace-File-Bookmarks/issues/69)) ([5f2c9e4](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/5f2c9e453841f79f36b93093b0e005639a7233c9)) + ## [1.7.0](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.6.0...workspace-file-bookmarks-v1.7.0) (2026-08-21) diff --git a/package-lock.json b/package-lock.json index 4fde50f..04737e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workspace-file-bookmarks", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-file-bookmarks", - "version": "1.7.0", + "version": "1.8.0", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^26.2.0", diff --git a/package.json b/package.json index 2506465..e0a5534 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.7.0", + "version": "1.8.0", "icon": "media/icon.png", "categories": [ "Other"