Skip to content

Commit 768530f

Browse files
github-actions[bot]jmcdo29
authored andcommitted
Version Packages
1 parent 659a00a commit 768530f

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/dry-months-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-dodos-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-geckos-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nest-commander/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# nest-commander
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- fadb70d: Allow for a sub command to be set as the default sub command.
8+
- 74c88f5: Add new api registerWithSubCommand to CommandRunner Class
9+
- abff78d: Allow for options to be parsed positionally via an option passed to CommandFactory
10+
311
## 3.3.0
412

513
### Minor Changes

packages/nest-commander/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-commander",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.",
55
"repository": {
66
"type": "github",

0 commit comments

Comments
 (0)