Skip to content

Commit

Permalink
🔖 Release as version 1.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 15, 2024
1 parent 7baa4af commit 919d3ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.4.0-alpha.1 (2024-02-13)
## 1.4.0-alpha.1 (2024-02-15)

* Implement new settings system
* Replace old `sputnik` dependency with a new stages system
Expand Down
8 changes: 4 additions & 4 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.4.0-alpha",
"version": "1.4.0-alpha.1",
"author": "Jelle De Loecker <[email protected]>",
"keywords": [
"alchemy",
Expand All @@ -22,7 +22,7 @@
"chokidar" : "~3.5.3",
"formidable" : "~3.5.1",
"graceful-fs" : "~4.2.11",
"hawkejs" : "~2.3.15",
"hawkejs" : "~2.3.16",
"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.15",
"protoblast" : "~0.9.0",
"semver" : "~7.5.4",
"socket.io" : "~4.7.2",
"@11ways/socket.io-stream" : "~0.9.2",
Expand All @@ -44,7 +44,7 @@
"index.js"
],
"optionalDependencies": {
"janeway" : "~0.4.2",
"janeway" : "~0.4.4",
"less" : "~4.2.0",
"sass" : "~1.68.0",
"sass-embedded" : "~1.67.0",
Expand Down

0 comments on commit 919d3ff

Please sign in to comment.