Skip to content

Commit

Permalink
released v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 27, 2023
1 parent 90f3b4d commit 93252a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wcj/ejs-cli",
"description": "An enhanced version of the EJS cli.",
"version": "1.1.5",
"version": "1.1.6",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "https://jaywcjlove.github.io/ejs-cli",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/examples",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"main": "index.js",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand All @@ -9,7 +9,7 @@
"start": "ejs-cli 'template/**/*' -f data.json --watch"
},
"devDependencies": {
"@wcj/ejs-cli": "1.1.5"
"@wcj/ejs-cli": "1.1.6"
},
"ejsc": {
"data": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1.5",
"version": "1.1.6",
"packages": ["core", "examples"]
}

0 comments on commit 93252a9

Please sign in to comment.