From 8cfbbfef469aeedb679ba3b53ec75772e91b05a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Dec 2024 05:02:51 +0000 Subject: [PATCH] chore(release): 0.25.6 [skip ci] ## [0.25.6](https://github.com/blinko-space/blinko/compare/v0.25.5...v0.25.6) (2024-12-14) ### Bug Fixes * Enhanced the context handling in the AI service by concatenating page content from search results, improving the input for the QA chain [#304](https://github.com/blinko-space/blinko/issues/304) [#303](https://github.com/blinko-space/blinko/issues/303) ([f9f7871](https://github.com/blinko-space/blinko/commit/f9f7871658fc6f4992f33dab47470f3ecd89a3bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc732abe..f8d94671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.6](https://github.com/blinko-space/blinko/compare/v0.25.5...v0.25.6) (2024-12-14) + + +### Bug Fixes + +* Enhanced the context handling in the AI service by concatenating page content from search results, improving the input for the QA chain [#304](https://github.com/blinko-space/blinko/issues/304) [#303](https://github.com/blinko-space/blinko/issues/303) ([f9f7871](https://github.com/blinko-space/blinko/commit/f9f7871658fc6f4992f33dab47470f3ecd89a3bb)) + ## [0.25.5](https://github.com/blinko-space/blinko/compare/v0.25.4...v0.25.5) (2024-12-13) diff --git a/package.json b/package.json index 1d0cb1a2..b7b4201e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.25.5", + "version": "0.25.6", "repository": "https://github.com/blinko-space/blinko.git", "private": true, "browser": {