chore: release 2.0.1 - #70
Merged
Merged
Conversation
David Chicaiza (david0723)
requested review from
Jakub Stok (jakubstokcelonis) and
Milan Kyncl (milankyncl)
and
a lite review from Copilot
September 2, 2026 10:18
Copilot started reviewing on behalf of
David Chicaiza (david0723)
September 2, 2026 10:18
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to a version bump and corresponding README release notes, with no functional code modifications in this PR.
Pull request overview
Bumps the library release to v2.0.1 and documents the patch release notes in the README, aligning the repository metadata with the published release contents.
Changes:
- Add a README entry for v2.0.1 describing the patch behavior changes.
- Bump version from 2.0.0 → 2.0.1 in
package.json. - Synchronize
package-lock.jsonversion fields to 2.0.1.
File summaries
| File | Description |
|---|---|
| README.md | Adds v2.0.1 release notes describing the patch fixes. |
| package.json | Bumps package version to 2.0.1. |
| package-lock.json | Updates lockfile package version fields to 2.0.1. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Vilém Raška (VilemRaska)
approved these changes
Sep 2, 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.
Version bump to 2.0.1.
Includes:
schemas/resolvedSchemas. Those fields came out flat withrequired: true, and a consumer persisting that list as the module's resolved form then had the field demanded at run time by validators that never see the toggle. WithfillDefaultsfilling the toggle tofalse, this was hitting every module that predates the toggle. Validation outcomes are unchanged.Patch, not minor: no new surface, two fixes. README carries the note.
Once merged, creating the
v2.0.1GitHub release triggers the npm + JSR publish workflows.