We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a0df9 commit e9fd8d3Copy full SHA for e9fd8d3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/KarinJS/node-pty/compare/v1.0.1...v1.0.2) (2025-03-10)
4
+
5
6
+### Bug Fixes
7
8
+* scripts ([307e1cc](https://github.com/KarinJS/node-pty/commit/307e1cc571b5aefdc5bf3076b5f270867fc12c35))
9
10
## [1.0.1](https://github.com/KarinJS/node-pty/compare/v1.0.0...v1.0.1) (2025-03-10)
11
12
package.json
@@ -2,7 +2,7 @@
"name": "@karinjs/node-pty",
"main": "lib/index.js",
"types": "lib/index.d.ts",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "node-pty without compilation",
"keywords": [
"node",
0 commit comments