Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.3"
".": "1.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading