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,7 +1,7 @@
{
"agent-crew": "0.2.2",
"agent-monitor": "0.4.1",
"fresh-worktrees": "0.0.0",
"fresh-worktrees": "1.0.0",
"paseo-dracula": "0.2.1",
"paseo-shared-browser": "0.2.1",
"pr-radar": "0.3.3"
Expand Down
9 changes: 9 additions & 0 deletions fresh-worktrees/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2026-09-10)


### Bug Fixes

* upgrade plugins to Paseo 0.8.0 ([c6b4e40](https://github.com/omercnet/paseo-plugins/commit/c6b4e4081fc9527de0ca6183a3903ff5ec4f93c4))
* upgrade plugins to Paseo 0.8.0 ([d7ad454](https://github.com/omercnet/paseo-plugins/commit/d7ad4540d2e1875bdf4a4d21f76ded25cac2f3dc))
2 changes: 1 addition & 1 deletion fresh-worktrees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Keeps new Paseo worktrees based on current remote refs without mutating the source checkout",
"license": "MIT",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "bun test",
Expand Down