Skip to content

Commit

Permalink
πŸ”– Release as v2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 19, 2024
1 parent e93146d commit 375a00c
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 @@
## 2.3.17 (WIP)
## 2.3.17 (2024-02-19)

* Fix optional chaining not working in EJS code
* Use original slot elements when re-rendering a custom element
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": "hawkejs",
"description": "Asynchronous Embedded JavaScript templates",
"version": "2.3.17-alpha",
"version": "2.3.17",
"author": "Jelle De Loecker <[email protected]>",
"keywords": [
"template",
Expand All @@ -14,7 +14,7 @@
"repository": "[email protected]:11ways/hawkejs.git",
"dependencies": {
"nwsapi" : "2.2.0",
"protoblast" : "~0.8.15||~0.9.0"
"protoblast" : "~0.8.15||~0.9.1"
},
"devDependencies": {
"codecov" : "~3.8.3",
Expand Down

0 comments on commit 375a00c

Please sign in to comment.