From b79482cc105dfc2f9c8ad6cf095daf819c2716a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:27:59 +0000 Subject: [PATCH] chore(main): release 0.2.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69535c6..461d94a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.4" + ".": "0.2.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3412f39..ab099fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.5](https://github.com/ozzy-labs/feedradar/compare/v0.2.4...v0.2.5) (2026-05-25) + + +### Features + +* **routine:** hint /routine-setup skill from generate output ([#373](https://github.com/ozzy-labs/feedradar/issues/373)) ([d045b46](https://github.com/ozzy-labs/feedradar/commit/d045b46bda905c3ba34fd0c87037c82c9c7f3b3f)) +* **routine:** routine-setup skill 本体+init 配布 ([#372](https://github.com/ozzy-labs/feedradar/issues/372)) ([e67f29c](https://github.com/ozzy-labs/feedradar/commit/e67f29c712e5a1e47eb2924e31bb3cfb1f7b3d37)) +* **routine:** single-source bootstrap prompt and add --emit-bootstrap-prompt ([#370](https://github.com/ozzy-labs/feedradar/issues/370)) ([481de45](https://github.com/ozzy-labs/feedradar/commit/481de451a32ac6af21569edb86d098f696507a34)) + + +### Bug Fixes + +* **ci:** avoid SC2006 backticks in pack-verify node script comment ([#375](https://github.com/ozzy-labs/feedradar/issues/375)) ([fc7dae4](https://github.com/ozzy-labs/feedradar/commit/fc7dae430c5257d39215989f17b6d23e76eb5dbe)) + ## [0.2.4](https://github.com/ozzy-labs/feedradar/compare/v0.2.3...v0.2.4) (2026-05-25) diff --git a/package.json b/package.json index fc40c25..4aff6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ozzylabs/feedradar", - "version": "0.2.4", + "version": "0.2.5", "description": "Multi-agent CLI that watches blogs and release feeds, then turns keyword hits into Markdown research reports", "type": "module", "publishConfig": {