diff --git a/.release-plan.json b/.release-plan.json index 5dd3504..6c202ec 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,17 @@ "solution": { "testem-code-coverage": { "impact": "patch", - "oldVersion": "0.3.0", - "newVersion": "0.3.1", + "oldVersion": "0.3.1", + "newVersion": "0.3.2", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-08-12)\n\n* testem-code-coverage 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `testem-code-coverage`\n * [#37](https://github.com/NullVoxPopuli/testem-code-coverage/pull/37) Back the coverage accumulator off on large apps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#35](https://github.com/NullVoxPopuli/testem-code-coverage/pull/35) Drop coverage entries whose source-mapped path does not exist ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-08-12)\n\n* testem-code-coverage 0.3.2 (patch)\n\n#### :house: Internal\n* `testem-code-coverage`\n * [#38](https://github.com/NullVoxPopuli/testem-code-coverage/pull/38) Show each scenario's totals in the coverage comment ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc75d0..debdbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2026-08-12) +* testem-code-coverage 0.3.2 (patch) + +#### :house: Internal +* `testem-code-coverage` + * [#38](https://github.com/NullVoxPopuli/testem-code-coverage/pull/38) Show each scenario's totals in the coverage comment ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2026-08-12) + * testem-code-coverage 0.3.1 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index b3b25ed..3322f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testem-code-coverage", - "version": "0.3.1", + "version": "0.3.2", "description": "Code coverage middleware for testem", "keywords": [ "coverage",