Skip to content

Commit e96ac5a

Browse files
committed
Bumped version to 5.9.39
1 parent c62a81b commit e96ac5a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.CHANGELOG_internal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 5.9.38
1+
## 5.9.39
22
9 April 2026 (Thursday)
33

4+
- vsmsh: Refined config value handling in readConfig function
5+
- feat: enhanced quote stripping for dotenv conventions
6+
- docs: updated comments for clarity on handling quotes
47
- vsmsh: fix(config-manager): complete .env value escaping to satisfy CodeQL
58
- Backslashes were not being escaped before double-quotes, producing: invalid .env output for values containing \. Escape order matters:
69
\\ must be processed before \" to avoid double-escaping.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 5.9.38
1+
## 5.9.39
22
9 April 2026
33

4+
- Refined config value handling in readConfig function
5+
- feat: enhanced quote stripping for dotenv conventions
6+
- docs: updated comments for clarity on handling quotes
47
- fix(config-manager): complete .env value escaping to satisfy CodeQL
58
- Backslashes were not being escaped before double-quotes, producing
69
invalid .env output for values containing \. Escape order matters:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maiass",
33
"type": "module",
4-
"version": "5.9.38",
4+
"version": "5.9.39",
55
"description": "MAIASS - Modular AI-Augmented Semantic Scribe - Intelligent Git workflow automation",
66
"main": "maiass.mjs",
77
"bin": {

0 commit comments

Comments
 (0)