Skip to content

Commit

Permalink
nest-commander 3.8.0 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored Jun 10, 2023
2 parents daeb36d + b4b91dc commit 7ed3feb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/moody-books-battle.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/nest-commander/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nest-commander

## 3.8.0

### Minor Changes

- 6cc1112: Add ability to pass NestApplicationContextOptions to CommandFactoryRunOptions.

Now CommandFactory.createWithoutRunning() can accept more options, for example,
bufferLogs to pre-save Nest startup logs.

## 3.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest-commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-commander",
"version": "3.7.1",
"version": "3.8.0",
"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.",
"repository": {
"type": "github",
Expand Down

0 comments on commit 7ed3feb

Please sign in to comment.