Skip to content

Commit

Permalink
Version 1.1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 13, 2023
1 parent 203b106 commit fbae715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.13"
"@roncli/node-minify": "roncli/node-minify#v1.1.14"
}
}
```
Expand Down Expand Up @@ -110,6 +110,9 @@ The output of this function varies depending on how you set `disableTagCombining

## Version history

### v1.1.14 - 7/12/2023
* Package updates.

### v1.1.13 - 5/23/2023
* Package updates.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-minify",
"version": "1.1.13",
"version": "1.1.14",
"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

0 comments on commit fbae715

Please sign in to comment.