diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc3b40..77459ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog + ## 0.3.0 (2019-06-15) ### Added @@ -29,5 +30,3 @@ - 🐛 Fix error when package.json does not exist ([#42](https://github.com/kefranabg/readme-md-generator/issues/42)) ([fe0fc61](https://github.com/kefranabg/readme-md-generator/commit/fe0fc61e4664baf457e1d6f4a35e50e8cd325c10)) - 🐛 Fix current working directory error ([#46](https://github.com/kefranabg/readme-md-generator/issues/46)) ([6c184ba](https://github.com/kefranabg/readme-md-generator/commit/6c184ba009cfafb25adb1ff7ba6e1c4570de7503)) - ✏️ Remove whitespace before punctuation marks ([#36](https://github.com/kefranabg/readme-md-generator/issues/36)) ([094f9fb](https://github.com/kefranabg/readme-md-generator/commit/094f9fb5e7ebe6cc9001d1fe54cd9be0362730bd)) - - diff --git a/README.md b/README.md index fe4a952..86eb667 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,11 @@ Just run the following command at the root of your project and answer questions: readme ``` +### Available options + +- `--version` Display `readme-md-generator` version number +- `-y, --yes` Use default values for all questions + ## 🤝 Contributing Contributions, issues and feature requests are welcome.