Skip to content

Commit 1f73f77

Browse files
chore(release): 2.1.5 [skip ci]
## [2.1.5](v2.1.4...v2.1.5) (2025-04-22) ### Bug Fixes * **scripts:** prevent null status crash in roadmap issue closer ([89d5a0b](89d5a0b))
1 parent 89d5a0b commit 1f73f77

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.5](https://github.com/DevilsDev/rag-pipeline-utils/compare/v2.1.4...v2.1.5) (2025-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **scripts:** prevent null status crash in roadmap issue closer ([89d5a0b](https://github.com/DevilsDev/rag-pipeline-utils/commit/89d5a0bc4cac554975974558b97974297816f169))
9+
310
## [2.1.4](https://github.com/DevilsDev/rag-pipeline-utils/compare/v2.1.3...v2.1.4) (2025-04-21)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devilsdev/rag-pipeline-utils",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A modular toolkit for building RAG (Retrieval-Augmented Generation) pipelines in Node.js",
55
"main": "src/core/create-pipeline.js",
66
"bin": {

0 commit comments

Comments
 (0)