Skip to content

v0.0.7

Pre-release
Pre-release

Choose a tag to compare

@timostamm timostamm released this 27 Jun 13:37
· 589 commits to main since this release
f919326

This release fixes a bug where transpilation of projects using @bufbuild/protobuf would error when using TypeScript target lower than ES2020, because we left a bigint literal in the source that did not need to be there.

  • Remove bigint literal in google.protobuf.Duration, clarify required target environment (#122)