Skip to content

Commit d1464e8

Browse files
committed
Version 1.2.6.
1 parent 346e98a commit d1464e8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 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.2.5"
10+
"@roncli/node-minify": "roncli/node-minify#v1.2.6"
1111
}
1212
}
1313
```
@@ -110,6 +110,11 @@ The output of this function varies depending on how you set `disableTagCombining
110110

111111
## Version history
112112

113+
### v1.2.6 - 2/20/2026
114+
* Refactored file handling to validate files before reading, improving reliability.
115+
* Fixed eslint errors.
116+
* Package updates.
117+
113118
### v1.2.5 - 2/16/2026
114119
* Completed unit tests.
115120
* Package updates.

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.2.5",
3+
"version": "1.2.6",
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)