Skip to content

Commit b7544ce

Browse files
chore(main): release 1.0.3 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d2da0d commit b7544ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.0.2](https://github.com/KarinJS/node-pty/compare/v1.0.1...v1.0.2) (2025-03-10)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@karinjs/node-pty",
33
"main": "index.js",
44
"types": "lib/index.d.ts",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"description": "node-pty without compilation",
77
"keywords": [
88
"node",

0 commit comments

Comments
 (0)