Skip to content

Commit

Permalink
Version 1.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 18, 2022
1 parent 4cd99b3 commit 21d73cb
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.8"
"@roncli/node-minify": "roncli/node-minify#v1.1.9"
}
}
```
Expand Down Expand Up @@ -110,6 +110,9 @@ The output of this function varies depending on how you set `disableTagCombining

## Version history

### v1.1.9 - 7/18/2022
* Package updates.

### v1.1.8 - 5/30/2022
* 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.8",
"version": "1.1.9",
"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 21d73cb

Please sign in to comment.