chore: release CLI 0.1.1 - #265
Merged
Merged
Conversation
Carries the domain nameserver delegation and transfer-out commands from #263. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Reviewed by Wang Miao
This bumps package.json and the lockfile from 0.1.0 to 0.1.1 to cut a release; the only unreleased commit behind it is the domain nameserver/transfer work from #263. Both lockfile version fields are updated in lockstep, nothing else in the repo hardcodes the version (src/version.ts reads package.json at runtime, scripts/build-binaries.sh derives it from there), and 0.1.1 is a clean forward step over npm's current latest of 0.1.0 and the existing v0.1.0 tag. Approve.
No findings.
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 so the tag can be cut. Carries #263:
insta domain nameservers set|resetandinsta domain transfer lock|code.Patch, not minor: these are subcommands under the existing
domaingroup. 0.1.0 was the command-tree re-organisation (#252), which is the kind of change that earns a minor here.No code —
package.jsonandpackage-lock.jsononly, vianpm version.Summary by cubic
Bumps the CLI to 0.1.1 so the release tag can be cut.
Carries the
insta domain nameservers set|resetandinsta domain transfer lock|codesubcommands from #263. This is a patch, not a minor: the new commands land under the existingdomaingroup, while the 0.1.0 command-tree reorganisation was the minor-worthy change. Onlypackage.jsonandpackage-lock.jsonchange — no code.Written for commit b82d06b. Summary will update on new commits.