Skip to content

Commit

Permalink
chore: bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Apr 8, 2021
1 parent 4c14e42 commit f96f3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nest-commander-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-commander-testing",
"version": "1.0.1",
"version": "1.1.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.",
"scripts": {
"prebuild": "rm -rf dist",
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": "1.0.2",
"version": "1.1.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.",
"scripts": {
"prebuild": "rm -rf dist",
Expand Down

0 comments on commit f96f3e6

Please sign in to comment.