Skip to content

Commit 94595fb

Browse files
committed
chore: release v3.1.13
Fix website npm audit for release preflight. Package name monsqlize unchanged.
1 parent f45a52d commit 94595fb

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

changelogs/unreleased.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
22

3-
## Changes after v3.1.12
3+
## Changes after v3.1.13
44

5-
No changes are currently recorded after v3.1.12.
5+
No changes are currently recorded after v3.1.13.

changelogs/v3.1.13.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# monSQLize v3.1.13
2+
3+
> Release date: 2026-07-27
4+
5+
## Highlights
6+
7+
- chore: republish package repository/homepage metadata for GitHub org `devcodex-labs`.
8+
- Package name `monsqlize` unchanged.
9+
10+
## Compatibility boundaries
11+
12+
- No runtime API changes in this metadata release.

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monsqlize",
3-
"version": "3.1.12",
3+
"version": "3.1.13",
44
"description": "TypeScript production data runtime layer for MongoDB today, with cache, transactions, pools, models, sync, and observability",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.cjs",
@@ -21,6 +21,7 @@
2121
"./package.json": "./package.json"
2222
},
2323
"files": [
24+
"changelogs/v3.1.13.md",
2425
"changelogs/v3.1.12.md",
2526
"changelogs/v3.1.11.md",
2627
"changelogs/v3.1.7.md",

test/compatibility/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"generatedAt": "2026-07-15",
3-
"packageVersion": "3.1.12",
3+
"packageVersion": "3.1.13",
44
"support": {
55
"node": {
66
"declared": ">=18.0.0",

0 commit comments

Comments
 (0)