Change8

create-cloudflare@2.70.15

📦 cloudflare-workersView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This patch release addresses a bug where `git commit` would hang with GPG signing enabled and fixes a runtime crash in the `hello-world-workflows` JavaScript template. It also includes several dependency updates for `create-cloudflare`.

🐛 Bug Fixes

  • Fix `git commit` hanging when `commit.gpgsign` is enabled, allowing passphrase-protected GPG keys to work as expected during project setup. Failures while staging files are now reported correctly.
  • Fix the `hello-world-workflows` JavaScript template crashing at runtime due to an incorrect constructor in `MyWorkflow`. The constructor no longer assigns to `this` before calling `super()` and has been simplified to match the TypeScript variant.

Affected Symbols