We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199e285 commit b348152Copy full SHA for b348152
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/KarinJS/node-pty/compare/v1.0.0...v1.0.1) (2025-03-10)
4
+
5
6
+### Bug Fixes
7
8
+* bun乱加的peerDependencies ([199e285](https://github.com/KarinJS/node-pty/commit/199e285ee51fafb7e0b562fd03180eef1eb98384))
9
10
## 1.0.0 (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.0",
+ "version": "1.0.1",
"description": "node-pty without compilation",
"keywords": [
"node",
0 commit comments