Skip to content

Commit

Permalink
💥 Prepare v2.4.0 development
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Apr 26, 2024
1 parent e3df756 commit 9771838
Show file tree
Hide file tree
Showing 3 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 @@
## 2.3.20 (WIP)
## 2.4.0 (WIP)

* Use shorter compiled function body ids when not on development environment

Expand Down
2 changes: 1 addition & 1 deletion lib/parser/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Builder.setProperty(function only_html_allowed() {
*
* @author Jelle De Loecker <[email protected]>
* @since 2.2.0
* @version 2.3.20
* @version 2.4.0
*
* @param {string} type
* @param {string} info
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.20-alpha",
"version": "2.4.0-alpha",
"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.2"
"protoblast" : "~0.9.3"
},
"devDependencies": {
"codecov" : "~3.8.3",
Expand Down

0 comments on commit 9771838

Please sign in to comment.