Skip to content

Commit ad671a8

Browse files
committedOct 30, 2024
Fix --ext
1 parent 2e7ced9 commit ad671a8

File tree

5 files changed

+334
-106
lines changed

5 files changed

+334
-106
lines changed
 

‎node/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.4.4]
4+
5+
### Bugfix
6+
7+
- CLI argument `--ext` was not working
8+
39
## [4.4.3]
410

511
### Bugfix

‎node/lib/retire.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '4.4.3';
7+
exports.version = '4.4.4';
88

99
function isDefined(o) {
1010
return typeof o !== 'undefined';

0 commit comments

Comments
 (0)
Failed to load comments.