Bump fallback Version to 0.13.0 - #151
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Bumping the project version to 0.13.0 is an operational release decision that requires human coordination with other pending PRs.
Re-trigger cubic
dielduarte
approved these changes
Aug 24, 2026
This was referenced Aug 24, 2026
This was referenced Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not merge before #140. That PR is still open, and merging this first ships a release without it.
Releases:
Contact.PropertiesisDictionary<string, ContactPropertyValue>, the{value, type}shape the API actually returns (DEV-1624)Resend.ClitoolContactEventData.FirstName/LastNameare nullable on webhook events (DEV-1625)Minor rather than patch, following the repo's history and because of the CLI deprecation.
🤖 Generated with Claude Code
Summary by cubic
Sets the fallback package version from 0.12.0 to 0.13.0 to publish the next minor release. This matters because local builds and CI without a git tag will now produce 0.13.0 artifacts that include the contact properties fix, nullable contact names in webhook payloads, and the
Resend.Clideprecation.FirstName/LastNamenullability is included (Linear DEV-1625).Contact.Propertiesis nowDictionary<string, ContactPropertyValue>to match the API (Linear DEV-1624).FirstNameandLastNamein contact webhook events are nullable.Resend.Cli; no immediate migration required, but plan to stop relying on it.Written for commit ec74f7f. Summary will update on new commits.