diff --git a/CHANGELOG.md b/CHANGELOG.md index bd15664b..049fc8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.41.1](https://github.com/blinko-space/blinko/compare/v0.41.0...v0.41.1) (2025-02-23) + + +### Bug Fixes + +* Add @mastra/rag package for enhanced RAG capabilities ([3267c9f](https://github.com/blinko-space/blinko/commit/3267c9f4db4b13f52dae5e86e0c908180ee7ecb4)) + # [0.41.0](https://github.com/blinko-space/blinko/compare/v0.40.5...v0.41.0) (2025-02-23) diff --git a/package.json b/package.json index a7aef845..2e558ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.41.0", + "version": "0.41.1", "repository": "https://github.com/blinko-space/blinko.git", "private": true, "browser": { @@ -55,7 +55,7 @@ "@langchain/textsplitters": "^0.1.0", "@mastra/client-js": "^0.1.1", "@mastra/core": "^0.3.0", - "@mastra/rag":"^0.1.3", + "@mastra/rag": "^0.1.3", "@nextui-org/dropdown": "^2.1.31", "@nextui-org/framer-utils": "^2.0.24", "@nextui-org/popover": "^2.1.29", @@ -189,11 +189,11 @@ "@headlessui/tailwindcss": "^0.1.3", "@next/bundle-analyzer": "^14.1.4", "@semantic-release/changelog": "^6.0.3", - "@semantic-release/commit-analyzer": "^13.0.0", + "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", - "@semantic-release/release-notes-generator": "^14.0.1", + "@semantic-release/release-notes-generator": "^14.0.3", "@types/lodash": "^4.14.195", "@types/ncp": "^2.0.8", "@types/node": "20.2.5", @@ -211,7 +211,7 @@ "postcss-nesting": "^12.0.0", "prisma": "^5.21.1", "raw-loader": "^4.0.2", - "semantic-release": "^24.2.0", + "semantic-release": "^24.2.3", "tailwindcss": "^3.3.2", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.9.2",