diff --git a/CHANGELOG.md b/CHANGELOG.md index d693ce9..de6df55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fda0153..c1af93f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seeli", - "version": "12.2.0", + "version": "12.3.0", "description": "Object oriented, flexible CLI tools", "main": "index.js", "directories": {