[0.15.0](https://github.com/aws/aws-prototyping-sdk/compare/v0.14.25...v0.15.0) (2023-04-14)
⚠ BREAKING CHANGES
* **pipeline:** `CodeRepositoryGRCUrl` and `SonarqubeSecretArn` are no longer CloudFormation
exports. Any systems that relied on those being exports will need to be updated to look up the
output value by the stack name.
Features
* **nx-monorepo:** add "graph" task to nx-monorepo ([343](https://github.com/aws/aws-prototyping-sdk/issues/343)) ([9c11ed4](https://github.com/aws/aws-prototyping-sdk/commit/9c11ed475f69efd722efc3dcf8a2014e115af818))
Bug Fixes
* **pipeline:** remove unneeded cfn exports ([338](https://github.com/aws/aws-prototyping-sdk/issues/338)) ([2336725](https://github.com/aws/aws-prototyping-sdk/commit/233672534d9df5aaeeac6cba1b77f87a2ecf2876)), closes [#239](https://github.com/aws/aws-prototyping-sdk/issues/239)