Skip to content

Commit

Permalink
chore(release): 1.2.24 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.24](v1.2.23...v1.2.24) (2023-12-13)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 5.0.7 to 5.0.8 ([#385](#385)) ([7db7d6a](7db7d6a))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.0 to 10.2.1 ([#380](#380)) ([9424bcc](9424bcc))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 7ef2101 commit 15e1c96
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.24](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.23...v1.2.24) (2023-12-13)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 5.0.7 to 5.0.8 ([#385](https://github.com/jayree/sfdx-plugin-org/issues/385)) ([7db7d6a](https://github.com/jayree/sfdx-plugin-org/commit/7db7d6ab10fe851925e9b0c0a27ee80edb0e5934))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.2.0 to 10.2.1 ([#380](https://github.com/jayree/sfdx-plugin-org/issues/380)) ([9424bcc](https://github.com/jayree/sfdx-plugin-org/commit/9424bcce9a781f877590831f0ed071d3f4a0570a))

## [1.2.23](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.22...v1.2.23) (2023-12-08)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EXAMPLES
...
```

_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/flow/get/coverage.ts)_
_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/flow/get/coverage.ts)_

### `sfdx jayree:org:configure`

Expand Down Expand Up @@ -78,7 +78,7 @@ EXAMPLES
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
```

_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/index.ts)_
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/org/configure/index.ts)_

### `sfdx jayree:org:configure:country`

Expand All @@ -97,7 +97,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/country.ts)_
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/org/configure/country.ts)_

### `sfdx jayree:org:configure:state`

Expand All @@ -121,7 +121,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/configure/state.ts)_
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/org/configure/state.ts)_

### `sfdx jayree:org:get:settings`

Expand Down Expand Up @@ -150,7 +150,7 @@ EXAMPLES
$ sfdx jayree:org:settings -u MyTestOrg1 -w
```

_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/get/settings.ts)_
_See code: [src/commands/jayree/org/get/settings.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/org/get/settings.ts)_

### `sfdx jayree:org:stream`

Expand Down Expand Up @@ -181,5 +181,5 @@ EXAMPLES
...
```

_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.23/src/commands/jayree/org/stream.ts)_
_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.24/src/commands/jayree/org/stream.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": "@jayree/sfdx-plugin-org",
"description": "A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.",
"version": "1.2.23",
"version": "1.2.24",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
Expand Down

0 comments on commit 15e1c96

Please sign in to comment.