We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01186f2 commit bf3d620Copy full SHA for bf3d620
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.3.0 – Mar. 17, 2026
4
+
5
+- Support `tsx` shebangs.
6
7
## 1.2.0 – Mar. 12, 2023
8
9
- Support `ts-node-script --esm`.
package.json
@@ -7,7 +7,7 @@
"shebang",
"cli"
],
10
- "version": "1.2.0",
+ "version": "1.3.0",
11
"license": "MIT",
12
"main": "shebang-trim.js",
13
"bin": "cli.js",
0 commit comments