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 5268219..6bd5c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.11.0](https://github.com/rochecompaan/patchmill/compare/v0.10.0...v0.11.0) (2026-06-13) + + +### Features + +* **skills:** add full review implementation skill option ([#27](https://github.com/rochecompaan/patchmill/issues/27)) ([54d4862](https://github.com/rochecompaan/patchmill/commit/54d486272a19019a325e928bcae60a4728c6c2fb)) +* **skills:** add module-size to recommended pack ([24fa520](https://github.com/rochecompaan/patchmill/commit/24fa520f866880eab1279ac09d9b5e9a4c8aed2a)) +* **skills:** add single-worker review skill ([c9abd94](https://github.com/rochecompaan/patchmill/commit/c9abd946127adc99b96133e94e7daa4a12866aa5)) + ## [0.10.0](https://github.com/rochecompaan/patchmill/compare/v0.9.0...v0.10.0) (2026-06-12) diff --git a/nix/package.nix b/nix/package.nix index 639b3f1..94e01ab 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -10,7 +10,7 @@ let in buildNpmPackageNode24 rec { pname = "patchmill"; - version = "0.10.0"; # x-release-please-version + version = "0.11.0"; # x-release-please-version src = lib.cleanSourceWith { src = lib.cleanSource ../.; @@ -25,7 +25,7 @@ buildNpmPackageNode24 rec { || baseName == "result"); }; - npmDepsHash = "sha256-VymGQ4XdETELm0cj4U3OdxyDkjq/tqZxvGl12D0K3fw="; + npmDepsHash = "sha256-f8dw8TrBOMpum3RyBTxWu7BLHuc9VJGubSHXPsk52XM="; npmDepsFetcherVersion = 2; dontNpmBuild = true; diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 02eaeac..752e3b1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@rochecompaan/patchmill", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rochecompaan/patchmill", - "version": "0.10.0", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "^0.77.0", diff --git a/package-lock.json b/package-lock.json index d667b14..209cb8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rochecompaan/patchmill", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rochecompaan/patchmill", - "version": "0.10.0", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "^0.77.0", diff --git a/package.json b/package.json index 3153de1..ad0a106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rochecompaan/patchmill", - "version": "0.10.0", + "version": "0.11.0", "private": false, "publishConfig": { "access": "public"