Skip to content

Commit c1bd96a

Browse files
committed
Version 1.1.13.
1 parent d63c8a3 commit c1bd96a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Since this is largely used for personal projects, this is not an npm package. N
77
```json
88
{
99
"dependencies": {
10-
"@roncli/node-minify": "roncli/node-minify#v1.1.12"
10+
"@roncli/node-minify": "roncli/node-minify#v1.1.13"
1111
}
1212
}
1313
```
@@ -110,6 +110,9 @@ The output of this function varies depending on how you set `disableTagCombining
110110

111111
## Version history
112112

113+
### v1.1.13 - 5/23/2023
114+
* Package updates.
115+
113116
### v1.1.12 - 5/17/2023
114117
* Package updates.
115118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-minify",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "A simple library that provides combination and minification services for JavaScript and CSS files.",
55
"homepage": "https://github.com/roncli/node-minify",
66
"bugs": {

0 commit comments

Comments
 (0)