Skip to content

Commit 7fec4ce

Browse files
shivasuryaclaude
andauthored
chore: bump version to 0.0.17 with TypeScript build fixes (#371)
Updated SecureFlow to version 0.0.17 and CLI to 0.0.7. This release includes TypeScript compilation fixes for generated model configuration files with proper type annotations for PROVIDER_INFO and AIModel type re-exports. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1cb6af4 commit 7fec4ce

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

extension/secureflow/CHANGELOG.md

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

3+
## Version 0.0.17 - November 15, 2025
4+
5+
### 🔧 Improvements
6+
7+
- **TypeScript Build Fixes**: Fixed TypeScript compilation errors in generated model configuration files with proper type annotations
8+
39
## Version 0.0.16 - November 14, 2025
410

511
### 🚀 What's New?

extension/secureflow/package-lock.json

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

extension/secureflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "secureflow",
33
"displayName": "SecureFlow Code Reviewer",
44
"description": "AI-powered security copilot that analyzes your code for vulnerabilities, performs threat modeling, and provides real-time security recommendations",
5-
"version": "0.0.16",
5+
"version": "0.0.17",
66
"publisher": "codepathfinder",
77
"author": {
88
"name": "Shivasurya",

extension/secureflow/packages/secureflow-cli/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.

extension/secureflow/packages/secureflow-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codepathfinder/secureflow-cli",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "AI-powered security analysis CLI tool with intelligent file discovery and comprehensive vulnerability scanning",
55
"license": "AGPL-3.0",
66
"bin": {

0 commit comments

Comments
 (0)