We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2da0d commit b7544ceCopy full SHA for b7544ce
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.3](https://github.com/KarinJS/node-pty/compare/v1.0.2...v1.0.3) (2025-03-10)
4
+
5
6
+### Bug Fixes
7
8
+* add init ([1d2da0d](https://github.com/KarinJS/node-pty/commit/1d2da0df9b5d4a32069aaf4c3b344c5570dbdea0))
9
10
## [1.0.2](https://github.com/KarinJS/node-pty/compare/v1.0.1...v1.0.2) (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.2",
+ "version": "1.0.3",
"description": "node-pty without compilation",
"keywords": [
"node",
0 commit comments