From c62abb5f848ddc1bbcc4e2d48a7fbe0a55e47f76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:06:57 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- lp/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lp/package.json b/lp/package.json index 1fb96a8c..748e03b4 100644 --- a/lp/package.json +++ b/lp/package.json @@ -1,7 +1,7 @@ { "name": "@nepp-chan/lp", "private": true, - "version": "1.0.11", + "version": "1.0.12", "type": "module", "scripts": { "dev": "astro dev", diff --git a/package.json b/package.json index 0b90b603..0130f6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nepp-chan", - "version": "1.0.11", + "version": "1.0.12", "private": true, "type": "module", "engines": { diff --git a/server/package.json b/server/package.json index 452fda68..68295a5a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@nepp-chan/server", - "version": "1.0.11", + "version": "1.0.12", "type": "module", "scripts": { "test": "vitest", diff --git a/web/package.json b/web/package.json index cd56df52..5f86a9e3 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "@nepp-chan/web", "private": true, - "version": "1.0.11", + "version": "1.0.12", "type": "module", "scripts": { "dev": "astro dev", From f436c3948fdf76ad458dff0fb7274da49555b747 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:06:59 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dce5fcb..d2039f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [v1.0.12](https://github.com/kayac/nepp-chan/compare/v1.0.11...v1.0.12) - 2026-08-28 + +- ウィジェットに設置サイトの文脈を持たせる by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1015 +- feat(voice): 通話の検索を先回りして応答遅延を減らす by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1016 +- build(deps-dev): bump wrangler from 4.114.0 to 4.119.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1011 +- build(deps-dev): bump @testing-library/user-event from 14.6.1 to 14.6.3 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1010 +- build(deps-dev): bump vite from 8.1.5 to 8.2.1 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1009 +- build(deps-dev): bump postcss from 8.5.23 to 8.5.26 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1002 +- build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.7 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1000 +- build(deps): bump hono from 4.12.32 to 4.13.1 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/998 +- build(deps): bump @astrojs/check from 0.9.9 to 0.9.10 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/971 +- build(deps): bump @sentry/cloudflare from 10.68.0 to 10.69.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/965 +- fix(deps): pnpm-lock.yaml の重複キーを除去 by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1018 +- build(deps): bump @sentry/react from 10.68.0 to 10.69.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/962 +- build(deps): bump astro from 7.1.3 to 7.2.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1003 +- build(deps): bump @astrojs/react from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/973 +- build(deps-dev): bump tsx from 4.23.1 to 4.23.11 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1001 +- build(deps-dev): bump @types/node from 26.1.1 to 26.2.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/975 +- build(deps-dev): bump @vitejs/plugin-react from 6.0.4 to 6.0.5 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/972 +- build(deps-dev): bump the react group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/961 +- refactor(env): env ファイルを .dev.vars 1 本に集約する by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1020 +- fix(web): CJK 約物に隣接する強調がチャットで描画されない問題を解消する by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1047 +- build(deps-dev): bump wrangler from 4.119.0 to 4.123.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1024 +- build(deps): bump @hono/zod-openapi from 1.5.1 to 1.6.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1030 +- build(deps): bump @sentry/cloudflare from 10.69.0 to 10.70.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1032 +- build(deps-dev): bump @testing-library/user-event from 14.6.3 to 14.6.4 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1033 +- build(deps-dev): bump tsx from 4.23.11 to 4.23.12 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1034 +- build(deps-dev): bump @testing-library/jest-dom from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1036 +- build(deps): bump @sentry/react from 10.69.0 to 10.70.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1040 +- build(deps-dev): bump @biomejs/biome from 2.5.7 to 2.5.9 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1042 +- build(deps): bump hono from 4.13.1 to 4.13.2 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1044 +- build(deps): bump astro from 7.2.0 to 7.2.2 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1041 +- build(deps): bump @mastra/memory from 1.23.1 to 1.26.2 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1029 +- build(deps): bump @mastra/mcp from 1.15.0 to 1.16.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1039 +- build(deps): bump @mastra/observability from 1.16.2 to 1.17.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1045 +- build(deps): bump @mastra/evals from 1.6.0 to 1.7.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/995 +- build(deps): bump @mastra/rag from 2.4.2 to 2.5.0 by @dependabot[bot] in https://github.com/kayac/nepp-chan/pull/1038 +- feat(widget): 閲覧中ページに応じた案内と分析を追加 by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1073 +- fix(web): 期限切れ匿名セッションを自動再発行する by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1074 + ## [v1.0.11](https://github.com/kayac/nepp-chan/compare/v1.0.10...v1.0.11) - 2026-08-07 - feat(widget): 本チャット相当のスクロール追従・停止ボタン・ツール表示を widget に入れる by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/992