From e59728e3d51870a1561a18f218a72821cc61401c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:28:52 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d900af6..6636eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 68952ef..97783cc 100644 --- a/package.json +++ b/package.json @@ -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": {