Skip to content

Commit b41f571

Browse files
authored
1.2.0 (#450)
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.
1 parent d92a37d commit b41f571

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.2.0 (2026-06-19)
4+
5+
A maintenance release focused on security, dependency currency, and a `metadata:rename` bug fix.
6+
7+
### Bug Fixes
8+
9+
- **`metadata:rename` now detects the default org again ([#443](https://github.com/msrivastav13/mo-dx-plugin/issues/443)).** The `-o` short flag was claimed by both `--target-org` and `--oldfullname`, so `sf metadata rename -t Skill -o A -n B` routed `-o A` to `--target-org` and failed with `No authorization information found for A`. `--oldfullname` now uses `-d`, freeing `-o` for `--target-org` (which auto-detects the default org when omitted, as in 0.3.2).
10+
11+
> ⚠️ If you script `metadata:rename`, change `-o <oldname>` to `-d <oldname>`.
12+
13+
### Security
14+
15+
- **Patched all known dependency vulnerabilities (13 → 0).** Added `overrides` for `form-data@^4.0.6` (high), `uuid@^11.1.1`, and `js-yaml@^4.2.0`, and refreshed the lockfile to pick up fixes for `@babel/core`, `brace-expansion`, `fast-uri`, `fast-xml-builder`, `fast-xml-parser`, and `ws`.
16+
17+
### Dependencies
18+
19+
- Bumped `@salesforce/core` to `^8.31.1`.
20+
21+
### Documentation
22+
23+
- All command examples now use the modern `sf` executable instead of the deprecated `sfdx`.
24+
325
## 1.0.0 (2026-04-22)
426

527
This is a major release that modernizes the entire plugin infrastructure. All 10 commands work identically to before -- no command names have changed. The `--targetusername` flag has been replaced by `--target-org` (with `-o` shorthand) to align with the modern Salesforce CLI convention.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mo-dx-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Mohith Shrivastava",
55
"bugs": "https://github.com/ForceProjects/mo-dx-plugin/issues",
66
"dependencies": {

0 commit comments

Comments
 (0)