Skip to content

Commit 507c735

Browse files
chore: bump version to 2.3.1 with documentation updates
- Updated package version from 2.3.0 to 2.3.1 - Updated README.md with correct version numbers and release dates - Added v2.3.1 entry to CHANGELOG.md - Updated PROJECT_ROADMAP.md to move incomplete v2.3.0 features to v2.4.0 - All security enhancements from v2.3.0 are included in this release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a487a43 commit 507c735

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

.github/PROJECT_ROADMAP.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This roadmap guides the feature evolution, developer tooling, CI/CD automation,
5454
| CLI for roadmap issue tagging | ✅ Done | v2.1.1 | cli, roadmap |
5555
| Status badge: Release Review Passed | ✅ Done | v2.1.1 | badge, ci |
5656
| Kanban sync for roadmap issues | ✅ Done | v2.1.1 | roadmap, ci |
57-
| Custom VS Code snippets & workspace | 🔜 | v2.3.0 | devx |
57+
| Custom VS Code snippets & workspace | 🔜 | v2.4.0 | devx |
5858

5959
---
6060

@@ -63,11 +63,11 @@ This roadmap guides the feature evolution, developer tooling, CI/CD automation,
6363
| Feature | Status | Target Version | Tags |
6464
| ----------------------------------- | ------- | -------------- | --------------- |
6565
| Blog subscribe + RSS | ✅ Done | v2.1.1 | blog |
66-
| i18n translation support | 🔜 | v2.3.0 | i18n |
66+
| i18n translation support | 🔜 | v2.4.0 | i18n |
6767
| SEO optimization + open graph cards | ✅ Done | v2.1.1 | seo, meta |
68-
| Comment system on blog posts | 🔜 | v2.3.0 | blog, community |
68+
| Comment system on blog posts | 🔜 | v2.4.0 | blog, community |
6969
| Performance tuning + SSR check | ✅ Done | v2.1.0 | perf, ssr |
70-
| Multilingual toggle in header | 🔜 | v2.3.0 | i18n, ui |
70+
| Multilingual toggle in header | 🔜 | v2.4.0 | i18n, ui |
7171

7272
---
7373

@@ -77,9 +77,9 @@ This roadmap guides the feature evolution, developer tooling, CI/CD automation,
7777
| ----------------------------------- | ------ | -------------- | -------------- |
7878
| Plugin support via CLI | 🔜 | v2.4.0 | cli, plugin |
7979
| Graph-based pipeline UI | 🔜 | v2.5.0 | ux, devx |
80-
| Real-world RAG examples + use cases | 🔜 | v2.3.0 | docs, showcase |
80+
| Real-world RAG examples + use cases | 🔜 | v2.4.0 | docs, showcase |
8181
| Prebuilt Docker image | 🔜 | v2.4.0 | infra, deploy |
82-
| Slack/Discord webhook for releases | 🔜 | v2.3.0 | infra, notify |
82+
| Slack/Discord webhook for releases | 🔜 | v2.4.0 | infra, notify |
8383

8484
---
8585

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Install with:
6161
npm install @devilsdev/rag-pipeline-utils
6262
```
6363

64-
### What's New in v2.3.0 (Released November 7, 2025)
64+
### What's New in v2.3.1 (Released November 8, 2025)
6565

6666
**Major Security Enhancements:**
6767

@@ -176,7 +176,7 @@ Security isn't optional. This toolkit is built with defense in depth:
176176
- **Plugin Sandboxing** – Third-party plugins run with declared permissions and resource limits
177177
- **Supply Chain Security** – All GitHub Actions pinned to commit SHAs, SBOM generation available
178178

179-
### Recent Security Enhancements (v2.3.0)
179+
### Recent Security Enhancements (v2.3.1)
180180

181181
#### Hardened JWT Validation
182182

@@ -323,7 +323,7 @@ npm run benchmark # Performance benchmarks
323323

324324
## Roadmap
325325

326-
### v2.3.0 (Released November 7, 2025) ✅
326+
### v2.3.1 (Released November 8, 2025) ✅
327327

328328
-**Enhanced CLI** – Interactive wizard for pipeline setup, validation commands, and migration tools
329329
-**Plugin Marketplace** – Curated registry of community-contributed plugins with ratings and verification
@@ -357,7 +357,7 @@ npm run benchmark # Performance benchmarks
357357

358358
## Upgrading from v2.2.x
359359

360-
The v2.3.0 release includes important security enhancements that are **100% backward compatible** for most use cases. However, there are a few behavioral changes to be aware of:
360+
The v2.3.1 release includes important security enhancements that are **100% backward compatible** for most use cases. However, there are a few behavioral changes to be aware of:
361361

362362
### JWT Validator Changes
363363

docs/internal/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.1] - 2025-11-08
9+
10+
### Fixed
11+
12+
- **Package Publishing**: Resolved npm publishing conflict by updating version to 2.3.1
13+
- **Documentation**: Updated all version references in README.md and documentation files
14+
- **Roadmap**: Corrected release dates and version numbers to reflect accurate timeline
15+
16+
### Notes
17+
18+
This is a patch release that republishes the security enhancements from v2.3.0 with corrected version metadata. All features and security improvements from v2.3.0 are included in this release.
19+
820
## [2.3.0] - 2025-11-07
921

1022
**Version Numbering:** This release bumps from 2.2.1 → 2.3.0 (MINOR version) because:

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.3.0",
3+
"version": "2.3.1",
44
"description": "A comprehensive enterprise-grade toolkit for building RAG (Retrieval-Augmented Generation) pipelines with advanced AI/ML capabilities",
55
"main": "dist/index.cjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)