Skip to content

Commit

Permalink
released v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 20, 2024
1 parent 9de84d8 commit 9060433
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.3.1",
"version": "1.4.0",
"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.3.1",
"version": "1.4.0",
"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.3.1",
"@wcj/ejs-cli": "1.4.0",
"clean-css": "^5.3.3",
"html-minifier": "^4.0.0",
"uglify-js-export": "^3.18.0"
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.3.1",
"version": "1.4.0",
"packages": ["core", "examples"]
}

0 comments on commit 9060433

Please sign in to comment.