Skip to content

Commit

Permalink
0.5.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeah committed Mar 22, 2021
1 parent 6c54a87 commit bf31fad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v0.5.0](https://github.com/thecodeah/quicli/compare/v0.4.0...v0.5.0)

- feat: cli.promptInput() [`64bdc14`](https://github.com/thecodeah/quicli/commit/64bdc14953d8bcdbbfe4d7db8ced8d99d56c5fbe)
- docs: Added example usage of cli.promptInput() to README.md [`6c54a87`](https://github.com/thecodeah/quicli/commit/6c54a87a206f99f7c9d04bcfbf4f61753c49a677)
- docs: Update Why QuiCLI section in README.md with better information [`0ae9cc3`](https://github.com/thecodeah/quicli/commit/0ae9cc3e127bfa5a83946c47e6acb9b0c28cf7d0)

#### [v0.4.0](https://github.com/thecodeah/quicli/compare/v0.3.0...v0.4.0)

> 18 March 2021
- feat: Menus! (cli.promptMenu) [`adc7c85`](https://github.com/thecodeah/quicli/commit/adc7c851e7bb53624e52b4d01628dbf2615e03b6)
- feat: Put spaces between each cli.log argument just like console.log [`7d828ed`](https://github.com/thecodeah/quicli/commit/7d828ed17a12dce2bf33a4fc9571716cd0a1e8e4)
- docs: Added cli.promptMenu example to README.md [`8ad7175`](https://github.com/thecodeah/quicli/commit/8ad71750f9c9915d0e77c9513b3fb7cacf188847)
Expand Down
2 changes: 1 addition & 1 deletion lib/quicli.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quicli-js",
"version": "0.4.0",
"version": "0.5.0",
"description": "A CLI framework with zero dependencies!",
"author": "Codeah (codeah.nl)",
"repository": "thecodeah/quicli",
Expand Down

0 comments on commit bf31fad

Please sign in to comment.