diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 099626f..4fcfdf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e50b4d0..d613eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + + +### Features + +* support nested (sub-)folders ([3145ca7](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/3145ca75f458f58cd54c12314969beea3893caf4)) +* support nested (sub-)folders ([#73](https://github.com/Wikid82/Workspace-File-Bookmarks/issues/73)) ([ffebd9d](https://github.com/Wikid82/Workspace-File-Bookmarks/commit/ffebd9d591bff5791048705b86356a649335a2aa)) + ## [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) diff --git a/package-lock.json b/package-lock.json index 873b31c..94ff42a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workspace-file-bookmarks", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-file-bookmarks", - "version": "1.8.0", + "version": "1.9.0", "hasInstallScript": true, "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 6703c06..588593d 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.8.0", + "version": "1.9.0", "icon": "media/icon.png", "categories": [ "Other"