Skip to content

Commit

Permalink
chore(release): 1.2.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.18](v1.2.17...v1.2.18) (2023-11-10)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.0 ([#340](#340)) ([0962b10](0962b10))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.28 to 9.8.5 ([#337](#337)) ([e520cd4](e520cd4))
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent c46e6f6 commit aa44cd4
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.18](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.17...v1.2.18) (2023-11-10)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.0 ([#340](https://github.com/jayree/sfdx-plugin-org/issues/340)) ([0962b10](https://github.com/jayree/sfdx-plugin-org/commit/0962b10f165aeaaba9418cc8fc6306a9102d472b))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.28 to 9.8.5 ([#337](https://github.com/jayree/sfdx-plugin-org/issues/337)) ([e520cd4](https://github.com/jayree/sfdx-plugin-org/commit/e520cd44e01c89e677a2fb3fca29a3560169b77b))

## [1.2.17](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.16...v1.2.17) (2023-10-27)


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

_See code: [src/commands/jayree/flow/get/coverage.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/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.18/src/commands/jayree/flow/get/coverage.ts)_

### `sfdx jayree:org:configure`

Expand All @@ -76,7 +76,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.17/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.18/src/commands/jayree/org/configure/index.ts)_

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

Expand All @@ -94,7 +94,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.17/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.18/src/commands/jayree/org/configure/country.ts)_

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

Expand All @@ -117,7 +117,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.17/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.18/src/commands/jayree/org/configure/state.ts)_

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

Expand Down Expand Up @@ -145,7 +145,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.17/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.18/src/commands/jayree/org/get/settings.ts)_

### `sfdx jayree:org:stream`

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

_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.17/src/commands/jayree/org/stream.ts)_
_See code: [src/commands/jayree/org/stream.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/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.17",
"version": "1.2.18",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
Expand Down

0 comments on commit aa44cd4

Please sign in to comment.