Skip to content

Commit

Permalink
chore(release): 1.2.14 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.14](v1.2.13...v1.2.14) (2023-10-13)

### Bug Fixes

* **deps:** bump @jayree/changelog from 1.1.6 to 1.1.7 ([#279](#279)) ([e724be3](e724be3))
* **deps:** bump @salesforce/sf-plugins-core from 3.1.25 to 4.0.0 ([#268](#268)) ([2c8cf28](2c8cf28))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.22 to 9.7.24 ([#286](#286)) ([1aef8b7](1aef8b7))
* **deps:** bump playwright-chromium from 1.38.1 to 1.39.0 ([#283](#283)) ([40f10f4](40f10f4))
  • Loading branch information
semantic-release-bot committed Oct 13, 2023
1 parent acd7c41 commit e416809
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.14](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.13...v1.2.14) (2023-10-13)


### Bug Fixes

* **deps:** bump @jayree/changelog from 1.1.6 to 1.1.7 ([#279](https://github.com/jayree/sfdx-plugin-org/issues/279)) ([e724be3](https://github.com/jayree/sfdx-plugin-org/commit/e724be3ea0dcfc40919c28eb013c6b28aeaef6ba))
* **deps:** bump @salesforce/sf-plugins-core from 3.1.25 to 4.0.0 ([#268](https://github.com/jayree/sfdx-plugin-org/issues/268)) ([2c8cf28](https://github.com/jayree/sfdx-plugin-org/commit/2c8cf2897360760fb984de94702fe7cf837c24a6))
* **deps:** bump @salesforce/source-deploy-retrieve from 9.7.22 to 9.7.24 ([#286](https://github.com/jayree/sfdx-plugin-org/issues/286)) ([1aef8b7](https://github.com/jayree/sfdx-plugin-org/commit/1aef8b7ffbbceadec84de3a8bc3d2c9807f7cf11))
* **deps:** bump playwright-chromium from 1.38.1 to 1.39.0 ([#283](https://github.com/jayree/sfdx-plugin-org/issues/283)) ([40f10f4](https://github.com/jayree/sfdx-plugin-org/commit/40f10f408aa53775f1ca1185e15d588e683b7123))

## [1.2.13](https://github.com/jayree/sfdx-plugin-org/compare/v1.2.12...v1.2.13) (2023-10-06)


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

0 comments on commit e416809

Please sign in to comment.