Skip to content

Commit

Permalink
chore(release): 3.0.16 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 3, 2024
1 parent e38e80b commit 7baf780
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.16](https://github.com/salesforcecli/plugin-community/compare/3.0.15...3.0.16) (2024-02-03)

### Bug Fixes

- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([ada76cb](https://github.com/salesforcecli/plugin-community/commit/ada76cb85796a478a8722026234105d3c2cb9d42))

## [3.0.15](https://github.com/salesforcecli/plugin-community/compare/3.0.14...3.0.15) (2024-01-27)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
available in your org.
```

_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.15/src/commands/community/create.ts)_
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/src/commands/community/create.ts)_

## `sf community list template`

Expand Down Expand Up @@ -197,7 +197,7 @@ EXAMPLES
$ sf community list template --target-org my-scratch-org
```

_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.15/src/commands/community/list/template.ts)_
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/src/commands/community/list/template.ts)_

## `sf community publish`

Expand Down Expand Up @@ -245,6 +245,6 @@ EXAMPLES
$ sf community publish --name 'My Customer Site'
```

_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.15/src/commands/community/publish.ts)_
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.0.16/src/commands/community/publish.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-community",
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
"version": "3.0.15",
"version": "3.0.16",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 7baf780

Please sign in to comment.