From 7fcd0e4c649a08973ccb454ff26b32e68281c029 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:55:37 +0000 Subject: [PATCH] chore(main): release workspace-file-bookmarks 1.9.1 --- .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 4fcfdf7..2b6f978 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d613eec..101f107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.9.1](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.9.0...workspace-file-bookmarks-v1.9.1) (2026-09-14) + + +### Bug Fixes + +* **deps:** bump @types/node, eslint, typescript-eslint dev deps ([eaf4b7e](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/eaf4b7e7e7a61450cc0fdf64224e9ff41dc3551e)) + + +### Dependencies + +* add vite as explicit devDependency for vitest 5 ([785c8a1](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/785c8a12438636a9ea3d0483995d3b46c7984752)) +* bump vite to ^8.2.2 ([d6f5923](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/d6f59237b53ffbec6cef5652c1456efa09cf3c16)) + ## [1.9.0](https://github.com/Wikid82/Workspace-File-Bookmarks/compare/workspace-file-bookmarks-v1.8.0...workspace-file-bookmarks-v1.9.0) (2026-08-24) diff --git a/package-lock.json b/package-lock.json index 256a00a..9c4967e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workspace-file-bookmarks", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-file-bookmarks", - "version": "1.9.0", + "version": "1.9.1", "hasInstallScript": true, "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index e77b4f1..5166fdc 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.9.0", + "version": "1.9.1", "icon": "media/icon.png", "categories": [ "Other"