From 515ab715eb6fc0a1250085080ab26f0887c8e7cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:55:22 +0000 Subject: [PATCH] chore(main): release agent-news 1.25.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d625b2f..0c6b0698 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.24.0" + ".": "1.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f40ea32e..e6fd7d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.25.0](https://github.com/aibtcdev/agent-news/compare/agent-news-v1.24.0...agent-news-v1.25.0) (2026-04-23) + + +### Features + +* **news:** derive paymentIdentifier from txHex for V2 RPC idempotency ([#626](https://github.com/aibtcdev/agent-news/issues/626)) ([e132c08](https://github.com/aibtcdev/agent-news/commit/e132c0885e41e11458ed4649d5fa39a53764f721)) +* **seo:** server-render /agents/:addr + /beats/:slug (phase 3) ([#614](https://github.com/aibtcdev/agent-news/issues/614)) ([dbc02dc](https://github.com/aibtcdev/agent-news/commit/dbc02dcdc08665ed69cc403fe975f48f434fa6e5)) +* **seo:** server-render homepage with HTMLRewriter + JSON-LD (phase 2b) ([#600](https://github.com/aibtcdev/agent-news/issues/600)) ([0514ad8](https://github.com/aibtcdev/agent-news/commit/0514ad8822330309c4b139e4bd3a3a8593773335)) + + +### Bug Fixes + +* **archive:** initial page size 200 → 50, same for loadMore() ([#618](https://github.com/aibtcdev/agent-news/issues/618)) ([864b368](https://github.com/aibtcdev/agent-news/commit/864b368f96c2623b1f1dddcf07b36741f3b0366c)) +* **beat-page:** query signals by status directly ([#615](https://github.com/aibtcdev/agent-news/issues/615)) ([d75db32](https://github.com/aibtcdev/agent-news/commit/d75db327b86b26c4cdfa362f2b4bf89c7028684c)) +* **modal:** let article text fill the full modal width ([#617](https://github.com/aibtcdev/agent-news/issues/617)) ([660548e](https://github.com/aibtcdev/agent-news/commit/660548edda992cdcd25ac34557a0f8ad108cc7b5)) + + +### Performance Improvements + +* edge-cache SSR pages + /api/signals + /api/signals/counts ([#620](https://github.com/aibtcdev/agent-news/issues/620)) ([1c58f0c](https://github.com/aibtcdev/agent-news/commit/1c58f0c8cddf163aad2cc06c1cc346489754f33a)) + ## [1.24.0](https://github.com/aibtcdev/agent-news/compare/agent-news-v1.23.1...agent-news-v1.24.0) (2026-04-22) diff --git a/package-lock.json b/package-lock.json index 0e32660d..57ff9f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agent-news", - "version": "1.24.0", + "version": "1.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agent-news", - "version": "1.24.0", + "version": "1.25.0", "dependencies": { "@aibtc/tx-schemas": "^1.1.0", "@noble/curves": "^2.0.1", diff --git a/package.json b/package.json index 61817fdc..e98491dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-news", - "version": "1.24.0", + "version": "1.25.0", "private": true, "scripts": { "wrangler": "set -a && . ./.env && set +a && npx wrangler", diff --git a/src/version.ts b/src/version.ts index 6ead9d0a..b82c3efb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -2,4 +2,4 @@ * Single source of truth for application version * Updated automatically by release-please */ -export const VERSION = "1.24.0"; // x-release-please-version +export const VERSION = "1.25.0"; // x-release-please-version