Skip to content

Commit

Permalink
chore(release): 12.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.3.0](v12.2.0...v12.3.0) (2021-03-19)

### Bug Fixes

* **command:** fix interactive prompts for repeating numbers ([c810602](c810602))

### Features

* **command:** add a command method to convert flags to prompts ([5817b34](5817b34))
  • Loading branch information
dependant-bot committed Mar 19, 2021
1 parent c810602 commit 04d5f30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changlog

# [12.3.0](https://github.com/esatterwhite/node-seeli/compare/v12.2.0...v12.3.0) (2021-03-19)


### Bug Fixes

* **command:** fix interactive prompts for repeating numbers ([c810602](https://github.com/esatterwhite/node-seeli/commit/c810602368a0a8e6470e1fd7b1b2c339299342cf))


### Features

* **command:** add a command method to convert flags to prompts ([5817b34](https://github.com/esatterwhite/node-seeli/commit/5817b3438fd00117361175dba13fd63bb86a7e66))

# [12.2.0](https://github.com/esatterwhite/node-seeli/compare/v12.1.4...v12.2.0) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seeli",
"version": "12.2.0",
"version": "12.3.0",
"description": "Object oriented, flexible CLI tools",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 04d5f30

Please sign in to comment.