Skip to content

1.2.0#450

Merged
msrivastav13 merged 1 commit into
masterfrom
release/1.2.0
Jun 19, 2026
Merged

1.2.0#450
msrivastav13 merged 1 commit into
masterfrom
release/1.2.0

Conversation

@msrivastav13

Copy link
Copy Markdown
Owner

Release 1.2.0

Minor release bundling everything merged since 1.1.0.

Included

PR Change Type
#447 Patch all known dependency vulnerabilities (13 → 0) Security
#448 Bump @salesforce/core to ^8.31.1 Dependencies
#449 Fix metadata:rename -o flag collision (#443) + sfdxsf in examples Bug fix / Docs

Notable behavior change

metadata:rename --oldfullname moved from -o to -d so -o maps to --target-org (restoring default-org detection). Scripts using rename ... -o <oldname> must switch to -d <oldname>. Documented in CHANGELOG.

Changes in this PR

  • package.json / package-lock.json: version 1.1.01.2.0
  • CHANGELOG.md: new 1.2.0 entry

Verification

  • npm ci — clean (778 packages)
  • npm audit0 vulnerabilities
  • npm test57 passing
  • npm run prepack — builds, manifest + readme generated
  • npm pack --dry-run — 105 files, 34.8 kB tarball (bin, lib, messages, manifest)

Post-merge publish steps (manual — owner)

After merging this PR:

git checkout master && git pull
git tag v1.2.0 && git push origin v1.2.0
npm publish

Minor release bundling the changes merged since 1.1.0:
- fix(metadata:rename): resolve -o flag collision hiding default org (#443, #449)
- fix(security): patch all known dependency vulnerabilities (#447)
- chore(deps): bump @salesforce/core to ^8.31.1 (#448)
- docs: use 'sf' instead of 'sfdx' in command examples (#449)

Verified: npm ci clean, 0 vulnerabilities, 57 tests passing, prepack builds.
@msrivastav13
msrivastav13 merged commit b41f571 into master Jun 19, 2026
3 checks passed
@msrivastav13
msrivastav13 deleted the release/1.2.0 branch June 19, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant