From 09dac11c6bc4e2f5fe55477aa15b7a3d4493856c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:26:53 +0000 Subject: [PATCH] Prepare Release v1.0.3 using 'release-plan' --- .release-plan.json | 22 ++++++++++++++++++++++ CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..41980bd --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,22 @@ +{ + "solution": { + "watch-detector": { + "impact": "patch", + "oldVersion": "1.0.2", + "newVersion": "1.0.3", + "tagName": "latest", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2026-08-20)\n\n* watch-detector 1.0.3 (patch)\n\n#### :bug: Bug Fix\n* `watch-detector`\n * [#40](https://github.com/ember-cli/watch-detector/pull/40) update tmp ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `watch-detector`\n * [#41](https://github.com/ember-cli/watch-detector/pull/41) start using release-plan ([@mansona](https://github.com/mansona))\n * [#39](https://github.com/ember-cli/watch-detector/pull/39) use pnpm for local development and modern node CI ([@mansona](https://github.com/mansona))\n * [#35](https://github.com/ember-cli/watch-detector/pull/35) Update URLs in package.json ([@locks](https://github.com/locks))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ricardo Mendes ([@locks](https://github.com/locks))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7718fdf..2a79e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2026-08-20) + +* watch-detector 1.0.3 (patch) + +#### :bug: Bug Fix +* `watch-detector` + * [#40](https://github.com/ember-cli/watch-detector/pull/40) update tmp ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `watch-detector` + * [#41](https://github.com/ember-cli/watch-detector/pull/41) start using release-plan ([@mansona](https://github.com/mansona)) + * [#39](https://github.com/ember-cli/watch-detector/pull/39) use pnpm for local development and modern node CI ([@mansona](https://github.com/mansona)) + * [#35](https://github.com/ember-cli/watch-detector/pull/35) Update URLs in package.json ([@locks](https://github.com/locks)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Ricardo Mendes ([@locks](https://github.com/locks)) + ## v1.0.2 (2022-07-28) * Merge pull request #26 from ginomiglio/can-nest-roots-version-check (ec2ab11) diff --git a/package.json b/package.json index 1aa5b8c..a060c5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "watch-detector", - "version": "1.0.2", + "version": "1.0.3", "description": "", "homepage": "https://github.com/ember-cli/watch-detector#readme", "bugs": {