Skip to content

Commit 32c43dc

Browse files
committed
πŸ”– Release as v1.4.1
1 parent 6e8c874 commit 32c43dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 (WIP)
1+
## 1.4.1 (2026-02-03)
22

33
* Support nested populate via dot notation (e.g., `populate('Project.Client')`) - falls back to N+1 when `$lookup` can't handle nested associations
44
* Add test harness

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alchemymvc",
33
"description": "MVC framework for Node.js",
4-
"version": "1.4.1-alpha",
4+
"version": "1.4.1",
55
"author": "Jelle De Loecker <jelle@elevenways.be>",
66
"keywords": [
77
"alchemy",
@@ -32,7 +32,7 @@
3232
"ncp" : "~2.0.0",
3333
"postcss" : "~8.5.6",
3434
"postcss-prune-var": "~1.1.2",
35-
"protoblast" : "~0.9.6",
35+
"protoblast" : "~0.9.8",
3636
"semver" : "~7.7.2",
3737
"socket.io" : "~4.7.5",
3838
"@11ways/socket.io-stream" : "~0.9.2",

0 commit comments

Comments
Β (0)