From 4c67786060653de7257db0f4a21ffa91ea76ee1e 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:02:32 +0000 Subject: [PATCH] chore(main): release workspace-file-bookmarks 1.7.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 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6f88d..3b3eff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [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) + + +### Features + +* tag bookmarks and filter/group by tag ([aa4e0be](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/aa4e0beb2f7662e43b7f1a39b4c6cf8076a4d314)) +* tag bookmarks and filter/group by tag ([#64](https://github.com/Wikid82/Workspace-File-Bookmarks/issues/64)) ([ceafd2d](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/ceafd2d49d3d36297436cc90c0ac9fd760fcaa03)) + + +### Bug Fixes + +* replace retired shields.io VS Marketplace badges ([e791cf6](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/e791cf6de796810b590502155c06457ed97b839a)) + ## [1.6.0](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.5.3...workspace-file-bookmarks-v1.6.0) (2026-08-21) diff --git a/package-lock.json b/package-lock.json index 903187f..4fde50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workspace-file-bookmarks", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-file-bookmarks", - "version": "1.6.0", + "version": "1.7.0", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^26.2.0", diff --git a/package.json b/package.json index ac3d79b..2227e4a 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.6.0", + "version": "1.7.0", "icon": "media/icon.png", "categories": [ "Other"