[0.24.0](https://github.com/projen/projen/compare/v0.23.2...v0.24.0) (2021-06-10)
⚠ BREAKING CHANGES
* **projen new:** `projen new` will no longer ask you if you want to create a git repository nor push the initial commit to github. By default, it will create a repo and a commit (which you will need to push yourself). Use `--no-git` to disable.
Features
* **projen new:** --git and --no-git (without interaction) ([878](https://github.com/projen/projen/issues/878)) ([5d500fa](https://github.com/projen/projen/commit/5d500faa4ba991c554a16a6e960c319cc0ed2bd4))
Bug Fixes
* "yarn link projen" is broken ([877](https://github.com/projen/projen/issues/877)) ([6549d65](https://github.com/projen/projen/commit/6549d65106f79678ad5d8fc7af14c4d4941d55f1)), closes [#151](https://github.com/projen/projen/issues/151)