Skip to content

Commit

Permalink
πŸ”– Release as v2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 25, 2024
1 parent 125d8b4 commit 94c8c0b
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.18 (WIP)
## 2.3.18 (2024-02-25)

* Add `setGlobal`, `getGlobal` and `hasGlobal` methods to the `Hawkejs` class, for setting "global" variables that are available to all templates
* Allow Hawkejs syntax operators to be uppercased
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.18-alpha",
"version": "2.3.18",
"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.1"
"protoblast" : "~0.8.15||~0.9.2"
},
"devDependencies": {
"codecov" : "~3.8.3",
Expand Down

0 comments on commit 94c8c0b

Please sign in to comment.