Skip to content
Open
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 @@
{
".": "0.10.0"
".": "0.11.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# venfork

## [0.11.0](https://github.com/cabljac/venfork/compare/v0.10.0...v0.11.0) (2026-06-05)


### Features

* **issue:** carry upstream comments into the mirror on issue pull ([#50](https://github.com/cabljac/venfork/issues/50)) ([8453867](https://github.com/cabljac/venfork/commit/84538672eb144a35cd53c0ddd1353c6774142936))


### Bug Fixes

* **stage:** stop leaking the private mirror into upstream PRs ([#48](https://github.com/cabljac/venfork/issues/48)) ([40d00c5](https://github.com/cabljac/venfork/commit/40d00c5c8799131b0cde1b94f1b09be893fce330))

## [0.10.0](https://github.com/cabljac/venfork/compare/v0.9.0...v0.10.0) (2026-05-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venfork",
"version": "0.10.0",
"version": "0.11.0",
"description": "Create and manage private mirrors for vendor development",
"type": "module",
"bin": {
Expand Down