[0.87.0](https://github.com/projen/projen/compare/v0.86.10...v0.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](https://github.com/projen/projen/issues/3827)) ([7be2984](https://github.com/projen/projen/commit/7be2984fc0f9ea05654c2132b8bcbb9db733d56e))