Skip to content

Commit 5fbc265

Browse files
vrognasclaude
andcommitted
Bump version to 0.2.14 and update changelog
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f9e97e5 commit 5fbc265

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.2.14] 3 Feb, 2026
2+
3+
### Fixed
4+
5+
* **Security Vulnerabilities**: Resolved all npm audit vulnerabilities across root, client, and server packages
6+
* **ESLint Migration**: Upgraded from ESLint v8 to v9 with flat config format (eslint.config.mjs)
7+
8+
### Updated
9+
10+
* **eslint**: Updated from v8.57.0 to v9.18.0
11+
* **typescript-eslint**: Migrated from separate @typescript-eslint/* packages to unified typescript-eslint v8.38.0
12+
* **brace-expansion**: Patched ReDoS vulnerability
13+
* **diff**: Patched DoS vulnerability in parsePatch/applyPatch
14+
* **js-yaml**: Patched prototype pollution vulnerability
15+
16+
### Changed
17+
18+
* **Package Exclusions**: Improved .vscodeignore to exclude dev files from vsix package
19+
120
## [0.2.13] 2 Aug, 2025
221

322
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nmtran",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"license": "MIT",
55
"displayName": "NMTRAN",
66
"publisher": "vrognas",

0 commit comments

Comments
 (0)