Skip to content

Commit

Permalink
chore(release): 1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.12](v1.2.11...v1.2.12) (2023-09-29)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.1.23 to 3.1.25 ([#254](#254)) ([0689cb5](0689cb5))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.15 to 9.7.18 ([#262](#262)) ([2a7d4cd](2a7d4cd))
* **deps:** bump @salesforce/ts-types from 2.0.7 to 2.0.8 ([#264](#264)) ([cfa5088](cfa5088))
* **deps:** bump is-wsl from 3.0.0 to 3.1.0 ([#256](#256)) ([7ebfe91](7ebfe91))
  • Loading branch information
semantic-release-bot committed Sep 29, 2023
1 parent b32f066 commit 001f4db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.12](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.11...v1.2.12) (2023-09-29)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 3.1.23 to 3.1.25 ([#254](https://github.com/jayree/sfdx-plugin-org/issues/254)) ([0689cb5](https://github.com/jayree/sfdx-plugin-org/commit/0689cb5638fa780e7238c18a4e5b85bfbc853cda))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.15 to 9.7.18 ([#262](https://github.com/jayree/sfdx-plugin-org/issues/262)) ([2a7d4cd](https://github.com/jayree/sfdx-plugin-org/commit/2a7d4cdaf003fc23d92169916d81bdc4b6c290ff))
* **deps:** bump @salesforce/ts-types from 2.0.7 to 2.0.8 ([#264](https://github.com/jayree/sfdx-plugin-org/issues/264)) ([cfa5088](https://github.com/jayree/sfdx-plugin-org/commit/cfa5088880eebf6ffcd04961bb67e66dabc54dce))
* **deps:** bump is-wsl from 3.0.0 to 3.1.0 ([#256](https://github.com/jayree/sfdx-plugin-org/issues/256)) ([7ebfe91](https://github.com/jayree/sfdx-plugin-org/commit/7ebfe91c20e76fbf5c644fe9517ee7acf8a228b2))

## [1.2.11](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.10...v1.2.11) (2023-09-22)


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

0 comments on commit 001f4db

Please sign in to comment.