Skip to content

Commit 726a7b2

Browse files
committed
0.4.0
1 parent 448cd92 commit 726a7b2

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0 - 16 Aug 2024
2+
3+
- renderer:
4+
- adds one space to avoid removing all spaces between tags and screwing the layout
5+
- improves list of reserved words to ignore
6+
17
## 0.3.0 - 31 Jul 2024
28

39
- core:

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"name" : "keikan",
3-
"version" : "0.3.0",
4-
"type" : "module",
5-
"description" : "Node template based on ejs",
6-
"license" : "MIT",
7-
"keywords" : [ "template" ],
8-
"author" : "Diogo Resende <[email protected]>",
9-
"repository" : "http://github.com/dresende/keikan.git",
10-
"main" : "index.js",
11-
2+
"name" : "keikan",
3+
"version" : "0.4.0",
4+
"type" : "module",
5+
"description" : "Node template based on ejs",
6+
"license" : "MIT",
7+
"keywords" : [ "template" ],
8+
"author" : "Diogo Resende <[email protected]>",
9+
"repository" : "http://github.com/dresende/keikan.git",
10+
"main" : "index.js",
1211
"devDependencies" : {
1312
"mocha" : "^10.7.3",
1413
"should" : "^13.2.3",

0 commit comments

Comments
 (0)