Skip to content

Commit

Permalink
Release v25.1.1
Browse files Browse the repository at this point in the history
Removed Features:

 - Drop coverage (Lauri Rooden)

Enhancements:

 - Improve ui minimizing (Lauri Rooden)
 - Move mkdirp to shim.js (Lauri Rooden)
 - Move patterns to cli.js (Lauri Rooden)
 - lint: Validate css (Lauri Rooden)
 - build: Restore lastMinEl (Lauri Rooden)
 - build: Use @litejs/dom for css minification (Lauri Rooden)
 - test: Make max-length to stringify argument (Lauri Rooden)
 - test: Use internal stringify for mock args (Lauri Rooden)
 - Improve release content (Lauri Rooden)
  • Loading branch information
lauriro committed Jan 11, 2025
1 parent 642a1fc commit da39777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/cli",
"version": "25.1.0",
"version": "25.1.1",
"description": "Command line tools for LiteJS framework",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand All @@ -22,7 +22,7 @@
"test": "node ./cli.js t"
},
"dependencies": {
"@litejs/dom": "24.12.0"
"@litejs/dom": "25.1.0"
},
"bin": {
"lj": "./cli.js"
Expand Down

0 comments on commit da39777

Please sign in to comment.