Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

- a3b683d: Remap the options to the name passed in the `@Options()`
decorator, if provided
  • Loading branch information
jmcdo29 authored Nov 10, 2023
2 parents 41b3ceb + 2fd59e5 commit 7d39ca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-turkeys-type.md

This file was deleted.

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

## 3.12.1

### Patch Changes

- a3b683d: Remap the options to the name passed in the `@Options()` decorator, if provided

## 3.12.0

### Minor 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.12.0",
"version": "3.12.1",
"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 7d39ca5

Please sign in to comment.