We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f506fba commit 9b1b660Copy full SHA for 9b1b660
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.1](https://github.com/KarinJS/node-pty/compare/v1.1.0...v1.1.1) (2025-08-24)
4
+
5
6
+### Bug Fixes
7
8
+* build error ([f506fba](https://github.com/KarinJS/node-pty/commit/f506fba2fa87a4050daef5642016b71a3b9d28b0))
9
10
## [1.1.0](https://github.com/KarinJS/node-pty/compare/v1.0.4...v1.1.0) (2025-08-24)
11
12
package.json
@@ -4,7 +4,7 @@
"author": {
"name": "Microsoft Corporation"
},
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments