Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent 82d3614 commit 46b1b5c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 4.0

- Require modern node versions

# 3.4

- abstract out post-parse actions, slice process.argv in parseRaw

# 3.3

- Add `stopAtPositionalTest` method

# 3.2

- still validate if stopAtPositional is set
- add parseRaw() method, to parse without side effects
- improve fenced code sections in usage output
- add hint to toJSON output

# 3.1

- Add `validOptions` config option, to specify a discrete set of
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@isaacs/cliui": "^8.0.2"
},
"engines": {
"node": "14 >=14.21 || 16 >=16.20 || >=18"
"node": "20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
Expand Down

0 comments on commit 46b1b5c

Please sign in to comment.