Skip to content

Commit

Permalink
🔖 Release as v1.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Oct 15, 2023
1 parent 42e2a24 commit 22fae4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.17 (WIP)
## 1.3.17 (2023-10-15)

* Fix `Alchemy#findModule()` assuming some package is a module too fast
* Make `Alchemy#segment()` helper method print a comment when it fails
Expand Down
4 changes: 2 additions & 2 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.17-alpha",
"version": "1.3.17",
"author": "Jelle De Loecker <jelle@elevenways.be>",
"keywords": [
"alchemy",
Expand Down Expand Up @@ -45,7 +45,7 @@
"index.js"
],
"optionalDependencies": {
"janeway" : "~0.4.1",
"janeway" : "~0.4.2",
"less" : "~4.2.0",
"sass" : "~1.68.0",
"sass-embedded" : "~1.67.0",
Expand Down

0 comments on commit 22fae4e

Please sign in to comment.