We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda0c6 commit b74552aCopy full SHA for b74552a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.4](https://github.com/KarinJS/node-pty/compare/v1.0.3...v1.0.4) (2025-03-10)
4
+
5
6
+### Bug Fixes
7
8
+* build minify true ([cfda0c6](https://github.com/KarinJS/node-pty/commit/cfda0c6365b7b26fa72acae1bb212b214fa4e21a))
9
10
## [1.0.3](https://github.com/KarinJS/node-pty/compare/v1.0.2...v1.0.3) (2025-03-10)
11
12
package.json
@@ -2,7 +2,7 @@
"name": "@karinjs/node-pty",
"main": "index.js",
"types": "lib/index.d.ts",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "node-pty without compilation",
"keywords": [
"node",
0 commit comments