Skip to content

Commit

Permalink
🔖 Release as v1.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Nov 27, 2023
1 parent 9d0af76 commit 3514c29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.21 (WIP)
## 1.3.21 (2023-11-27)

* Add `Schema#addComputedField()` method
* Add `registerCustomHandler(type, fnc, weight)`, `getCustomHandler(type)` and `getAllCustomHandlers(type)` method to `Alchemy` class
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alchemymvc",
"description": "MVC framework for Node.js",
"version": "1.3.21-alpha",
"version": "1.3.21",
"author": "Jelle De Loecker <jelle@elevenways.be>",
"keywords": [
"alchemy",
Expand All @@ -22,7 +22,7 @@
"chokidar" : "~3.5.3",
"formidable" : "~3.5.1",
"graceful-fs" : "~4.2.11",
"hawkejs" : "~2.3.13",
"hawkejs" : "~2.3.15",
"jsondiffpatch" : "~0.5.0",
"mime" : "~3.0.0",
"minimist" : "~1.2.5",
Expand All @@ -31,7 +31,7 @@
"mongodb" : "~6.1.0",
"ncp" : "~2.0.0",
"postcss" : "~8.4.31",
"protoblast" : "~0.8.14",
"protoblast" : "~0.8.15",
"semver" : "~7.5.4",
"socket.io" : "~4.7.2",
"@11ways/socket.io-stream" : "~0.9.2",
Expand Down

0 comments on commit 3514c29

Please sign in to comment.