chore(release): prepare 0.2.0 - #9
Merged
Merged
Conversation
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.
Summary
Prepare the TypeScript SDK for
0.2.0: synchronizepackage.json, both root versions inpackage-lock.json, andsrc/version.ts; regenerate the API reference forVERSION; and move the reviewed changes into the dated0.2.0changelog entry. Keep an emptyUnreleasedsection and preserve all breaking-change migration guidance and0.1.0history.Why
The release workflow requires all package/runtime versions and a nonempty changelog entry to match the requested release. The minor-version bump follows the pre-1.0 compatibility policy for the error hierarchy and pagination changes already merged into main.
Verification
npm run build(also exercised by tests and packaging)npm run typechecknpm test: 3,375 passed on Node 22.22.2.npm run docs:check: passed; 26 README TypeScript snippets compiled.npm pack: confirmed tarball metadata and CommonJS/ESM runtime versions report0.2.0.0.2.0; 19 release-notes automation tests passed.Impact
VERSIONreference are updated; no new API or behavioral changes are introduced here.Unreleasedto0.2.0without alteration, including error handling and pagination migration guidance.0.2.0.