Skip to content

Releases: projen/projen

v0.95.2

07 Aug 14:39
7ad9d7b
Compare
Choose a tag to compare

0.95.2 (2025-08-07)

Features

  • release: support release environment in GitHub Actions (#4309) (7ad9d7b)

Bug Fixes

v0.95.1

06 Aug 13:07
14c74bd
Compare
Choose a tag to compare

0.95.1 (2025-08-06)

Bug Fixes

v0.95.0

24 Jul 09:47
5e3f643
Compare
Choose a tag to compare

0.95.0 (2025-07-24)

⚠ BREAKING CHANGES

  • pnpm: Upgrades the default pnpm version to v10. To keep using
    the previous version, set pnpmVersion: '9'.

Features

v0.94.2

11 Jul 15:57
836aeee
Compare
Choose a tag to compare

0.94.2 (2025-07-11)

Bug Fixes

  • mergify: Mergify cannot merge PRs anymore (#4286) (836aeee)

v0.94.1

09 Jul 10:37
7cec9ec
Compare
Choose a tag to compare

0.94.1 (2025-07-09)

Bug Fixes

v0.94.0

24 Jun 12:13
c82ffc9
Compare
Choose a tag to compare

0.94.0 (2025-06-24)

⚠ BREAKING CHANGES

  • biome: Biome v2 is now used, which comes with a number of
    breaking changes. Please refer to the linked pull-request for more
    details.

Features

v0.93.3

24 Jun 09:38
3e6a522
Compare
Choose a tag to compare

0.93.3 (2025-06-24)

Bug Fixes

  • github: built-in outputs are not working cross-platform (#4273) (3e6a522)

v0.93.2

23 Jun 16:44
7b1e429
Compare
Choose a tag to compare

0.93.2 (2025-06-23)

Features

  • github: configure shell in workflow steps (#4272) (7b1e429)

v0.93.1

23 Jun 13:40
6af36fa
Compare
Choose a tag to compare

0.93.1 (2025-06-23)

Bug Fixes

  • github: normalize paths in annotateGenerated method (#4271) (6af36fa)

v0.93.0

17 Jun 16:47
6bfdc6f
Compare
Choose a tag to compare

0.93.0 (2025-06-17)

⚠ BREAKING CHANGES

  • util: The deepMerge utility function now takes an options
    bag as second parameter instead of a boolean flag. If you've previously
    used the flag to control destructive behavior, use an options bag
    instead: deepMerge([obj1, obj2], { destructive: true })

Features

  • util: deepMerge now supports array merging (#4263) (6bfdc6f)