Skip to content

Commit

Permalink
chore(release): 2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 19, 2024
1 parent a11258f commit df70b7c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.5.1](https://github.com/salesforcecli/plugin-dev/compare/2.5.0...2.5.1) (2024-11-19)

### Bug Fixes

- **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([058af98](https://github.com/salesforcecli/plugin-dev/commit/058af98795e6bb9a6feb717de28f831d5e3310d1))

# [2.5.0](https://github.com/salesforcecli/plugin-dev/compare/2.4.2...2.5.0) (2024-10-28)

### Features
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FLAG DESCRIPTIONS
The default is the "src" directory in the current working directory.
```

_See code: [src/commands/dev/audit/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/audit/messages.ts)_
_See code: [src/commands/dev/audit/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/audit/messages.ts)_

## `sf dev convert messages`

Expand Down Expand Up @@ -191,7 +191,7 @@ EXAMPLES
$ sf dev convert messages --project-dir ./path/to/plugin --filename my-command.json
```

_See code: [src/commands/dev/convert/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/convert/messages.ts)_
_See code: [src/commands/dev/convert/messages.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/convert/messages.ts)_

## `sf dev convert script`

Expand Down Expand Up @@ -235,7 +235,7 @@ EXAMPLES
$ sf dev convert script --script ./myScript.yml
```

_See code: [src/commands/dev/convert/script.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/convert/script.ts)_
_See code: [src/commands/dev/convert/script.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/convert/script.ts)_

## `sf dev generate command`

Expand Down Expand Up @@ -276,7 +276,7 @@ EXAMPLES
$ sf dev generate command --name my:exciting:command
```

_See code: [src/commands/dev/generate/command.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/generate/command.ts)_
_See code: [src/commands/dev/generate/command.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/generate/command.ts)_

## `sf dev generate flag`

Expand Down Expand Up @@ -316,7 +316,7 @@ EXAMPLES
$ sf dev generate flag --dry-run
```

_See code: [src/commands/dev/generate/flag.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/generate/flag.ts)_
_See code: [src/commands/dev/generate/flag.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/generate/flag.ts)_

## `sf dev generate plugin`

Expand Down Expand Up @@ -350,6 +350,6 @@ EXAMPLES
$ sf dev generate plugin
```

_See code: [src/commands/dev/generate/plugin.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.0/src/commands/dev/generate/plugin.ts)_
_See code: [src/commands/dev/generate/plugin.ts](https://github.com/salesforcecli/plugin-dev/blob/2.5.1/src/commands/dev/generate/plugin.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-dev",
"description": "commands for sf plugin development",
"version": "2.5.0",
"version": "2.5.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit df70b7c

Please sign in to comment.