Skip to content

Commit

Permalink
chore: release 3.15.0 (#1159)
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
## nest-commander@3.15.0

### Minor Changes

-   886be2d: feat: allow async `serviceErrorHandler` method
  • Loading branch information
jmcdo29 authored Aug 14, 2024
2 parents 802df40 + 9d21b5f commit d01e877
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-snakes-join.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.15.0

### Minor Changes

- 886be2d: feat: allow async `serviceErrorHandler` method

## 3.14.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.14.0",
"version": "3.15.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 d01e877

Please sign in to comment.