Skip to content

Commit

Permalink
Fix --ext
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Oct 30, 2024
1 parent 2e7ced9 commit ad671a8
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 106 deletions.
6 changes: 6 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.4.4]

### Bugfix

- CLI argument `--ext` was not working

## [4.4.3]

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion node/lib/retire.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

var exports = exports || {};
exports.version = '4.4.3';
exports.version = '4.4.4';

function isDefined(o) {
return typeof o !== 'undefined';
Expand Down
Loading

0 comments on commit ad671a8

Please sign in to comment.