chore(release): 2.0.1#94
Open
kurok wants to merge 1 commit into
Open
Conversation
Bump version to 2.0.1 and add CHANGELOG notes covering the changes since 2.0.0: the debug secret-logging fix, the runtime dependency removals (bluebird, assign-deep, pretty-ms, url-join) with the lodash floor bump, and the stricter substitution-value validation. Signed-off-by: kurok <22548029+kurok@users.noreply.github.com>
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.
Release prep for 2.0.1. Bumps the version and adds the CHANGELOG entry covering everything merged since 2.0.0.
Leave open for review — do not merge until approved. After this merges, cutting the
v2.0.1GitHub release triggers trusted publishing, and libraries.io will re-scan the new dependency set (which turns the dependencies badge green).Changes
package.json+package-lock.json:2.0.0→2.0.1.CHANGELOG.md: new2.0.1section.What 2.0.1 contains (since 2.0.0)
bluebird,assign-deep,pretty-ms,url-join; raiselodashfloor to^4.17.21. Runtime deps are now@aws-sdk/credential-providers,aws4,lodash,long-timeout. (chore(deps): drop bluebird and assign-deep, bump lodash floor #90, chore(deps): drop pretty-ms and url-join #93)#value,path#). (chore: address second round of AI code-quality findings #92)(Internal-only changes — the CI test/e2e split and code-quality refactors — are intentionally omitted from the changelog.)
No code changes here, so this is a version + docs bump only.