Skip to content

Releases: projen/projen

v0.88.0

23 Sep 10:36
6f9ee09
Compare
Choose a tag to compare

0.88.0 (2024-09-23)

⚠ BREAKING CHANGES

  • node: The workflowNodeVersion used in GitHub Actions Workflows now defaults to lts/*. To revert to the previous behavior, set workflowNodeVersion: '18.x'.
  • node: The version of the@types/node dev dependency now falls back to match the version of TypeScript and then the latest version if minNodeVersion is not set. To revert to the previous behavior, add an explicit devDependency on @types/node with the desired version.

Features

  • node: default to LTS version in GitHub Actions workflows and match @types/node to TypeScript version (#3855) (6f9ee09)

v0.87.4

17 Sep 18:47
87948f6
Compare
Choose a tag to compare

0.87.4 (2024-09-17)

Bug Fixes

v0.87.3

16 Sep 10:24
0fca5d9
Compare
Choose a tag to compare

0.87.3 (2024-09-16)

Bug Fixes

  • release: reduce likelihood for race condition by limiting concurrency (#3763) (0fca5d9)

v0.87.2

09 Sep 14:48
341bb22
Compare
Choose a tag to compare

0.87.2 (2024-09-09)

Bug Fixes

  • jsii: package jobs cannot checkout repo due to missing permissions (#3833) (341bb22), closes #3832

v0.87.1

09 Sep 13:09
fee53b5
Compare
Choose a tag to compare

0.87.1 (2024-09-09)

Bug Fixes

  • python: dynamic environment variables not working on Windows (#3792) (fee53b5), closes #1003

v0.87.0

06 Sep 12:12
7be2984
Compare
Choose a tag to compare

0.87.0 (2024-09-06)

⚠ BREAKING CHANGES

  • github: In GitHub Actions Workflows, hidden files are not uploaded as part of artifacts anymore. If you are using only standard projen configurations, this change will not affect you. If you have previously relied on uploading hidden files as part of artifacts, we strongly recommend adjusting the workflow. Alternatively, setting WorkflowSteps.uploadArtifact({ with: { includeHiddenFiles: true } }) will restore the previous behavior.

Features

  • github: exclude hidden files from artifacts by default (#3827) (7be2984)

v0.86.10

05 Sep 21:51
e995261
Compare
Choose a tag to compare

0.86.10 (2024-09-05)

Bug Fixes

  • jsii: build and release workflows upload full repo including hidden files (#3821) (e995261), closes #3822

v0.86.9

04 Sep 12:49
fdbe2ac
Compare
Choose a tag to compare

0.86.9 (2024-09-04)

Bug Fixes

v0.86.8

04 Sep 11:20
61d1b3b
Compare
Choose a tag to compare

0.86.8 (2024-09-04)

Bug Fixes

  • github: fails to upload repo patch when using upload-artifact >= 4.4.0 (#3819) (61d1b3b)

v0.86.7

02 Sep 18:11
2ddd7b5
Compare
Choose a tag to compare

0.86.7 (2024-09-02)

Bug Fixes

  • GitHub Workflows failing due to missing hidden files (#3822) (2ddd7b5), closes #3820