[0.27.0](https://github.com/projen/projen/compare/v0.26.3...v0.27.0) (2021-07-12)
⚠ BREAKING CHANGES
* **nextjs:** Removed `web.NextJsTypeDef` component. This file is automatically managed by Next.js - delete the one created by projen and let it regenerate if you run into errors.
* **auto-merge:** `AutoMerge` now expects a `GitHub` component as its first argument, and no longer requires `Mergify` to be provided.
Features
* **auto-merge:** specify labels that prevent PR auto-merges ([936](https://github.com/projen/projen/issues/936)) ([22da250](https://github.com/projen/projen/commit/22da250ce75464dae498a9271928ba1c225e73ac))
* **github:** task-based github workflows ([895](https://github.com/projen/projen/issues/895)) ([58df02e](https://github.com/projen/projen/commit/58df02e346cf1e38f2bb4c936b707c7d3462a313)), closes [#74](https://github.com/projen/projen/issues/74) [#298](https://github.com/projen/projen/issues/298)
Bug Fixes
* **nextjs:** next CLI unable to update `next-env.d.ts` while building ([935](https://github.com/projen/projen/issues/935)) ([face6de](https://github.com/projen/projen/commit/face6de068f57d5a63a4f0dde7ea9be430ecad2e)), closes [#934](https://github.com/projen/projen/issues/934)