Skip to content

Commit

Permalink
chore: release 3.13.0 (#1124)
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]

### Minor Changes

- c29737c: Enhance filesystem autocomplete support for Bash and Zsh by
introducing an
    opt-in option based on an environment variable.
  • Loading branch information
jmcdo29 authored Apr 23, 2024
2 parents f93d6f9 + c26acd7 commit 9757edf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/ten-rivers-fold.md

This file was deleted.

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

## 3.13.0

### Minor Changes

- c29737c: Enhance filesystem autocomplete support for Bash and Zsh by introducing an
opt-in option based on an environment variable.

## 3.12.5

### 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.12.5",
"version": "3.13.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 9757edf

Please sign in to comment.