Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-04-21)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 2.2.8 to 2.2.9 ([#3](#3)) ([be910f4](be910f4))
  • Loading branch information
semantic-release-bot committed Apr 21, 2023
1 parent 4844933 commit 712dc69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/jayree/sfdx-plugin-org/compare/v1.0.0...v1.0.1) (2023-04-21)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 2.2.8 to 2.2.9 ([#3](https://github.com/jayree/sfdx-plugin-org/issues/3)) ([be910f4](https://github.com/jayree/sfdx-plugin-org/commit/be910f432a3d3c3a8c35cc9d29faa3d6ead40520))

# 1.0.0 (2023-04-18)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.0.0/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.0.1/src/commands/jayree/org/configure/index.ts)_

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

Expand All @@ -75,7 +75,7 @@ DESCRIPTION
update country integration values in the State/Country Picklists
```

_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.0/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.0.1/src/commands/jayree/org/configure/country.ts)_

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

Expand Down Expand Up @@ -103,5 +103,5 @@ DESCRIPTION
import (create/update) states into the State/Country Picklists
```

_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.0/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.0.1/src/commands/jayree/org/configure/state.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.0.0",
"version": "1.0.1",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
Expand Down

0 comments on commit 712dc69

Please sign in to comment.