Skip to content

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Sep 14, 2023
1 parent fff6b22 commit f7d5197
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Since this is largely used for personal projects, this is not an npm package. N
```json
{
"dependencies": {
"@roncli/node-minify": "roncli/node-minify#v1.1.16"
"@roncli/node-minify": "roncli/node-minify#v1.2.0"
}
}
```
Expand Down Expand Up @@ -110,6 +110,11 @@ The output of this function varies depending on how you set `disableTagCombining

## Version history

### v1.2.0 - 9/14/2023
* All file paths must now start with a forward slash. Not doing so results in the middleware not returning anything.
* Package updates.
* Minimum required node.js version is now 15.

### v1.1.16 - 7/31/2023
* Package updates.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-minify",
"version": "1.1.16",
"version": "1.2.0",
"description": "A simple library that provides combination and minification services for JavaScript and CSS files.",
"homepage": "https://github.com/roncli/node-minify",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"express": "4.18.2"
},
"engines": {
"node": ">=10.0.0"
"node": ">=15.0.0"
},
"private": true
}

0 comments on commit f7d5197

Please sign in to comment.