Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-05-08)

### Bug Fixes

* fix description ([c7de80a](c7de80a))
  • Loading branch information
semantic-release-bot committed May 8, 2023
1 parent c7de80a commit 535d9c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/jayree/sfdx-plugin-source/compare/v1.2.0...v1.2.1) (2023-05-08)


### Bug Fixes

* fix description ([c7de80a](https://github.com/jayree/sfdx-plugin-source/commit/c7de80a1e8060478e262067b67a763de834549d4))

# [1.2.0](https://github.com/jayree/sfdx-plugin-source/compare/v1.1.2...v1.2.0) (2023-05-08)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USAGE
FLAGS
-o, --target-org=<value>
-t, --task=<value>... Comma-separated list of tag names listed in .sfdx-jayree.json.
-t, --task=<value>... Comma-separated list of task names listed in sfdx-project.json.
GLOBAL FLAGS
--json Format output as json.
Expand All @@ -43,7 +43,7 @@ ALIASES
$ sfdx jayree:source:fix
```

_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/project/fix.ts)_
_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/project/fix.ts)_

### `sfdx jayree:source:snapshot:compare`

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

_See code: [src/commands/jayree/source/snapshot/compare.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/source/snapshot/compare.ts)_
_See code: [src/commands/jayree/source/snapshot/compare.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/source/snapshot/compare.ts)_

### `sfdx jayree:source:snapshot:generate`

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

_See code: [src/commands/jayree/source/snapshot/generate.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/source/snapshot/generate.ts)_
_See code: [src/commands/jayree/source/snapshot/generate.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/source/snapshot/generate.ts)_

### `sfdx jayree:source:tracking:list`

Expand All @@ -101,7 +101,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
```

_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/source/tracking/list.ts)_
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/source/tracking/list.ts)_

### `sfdx jayree:source:tracking:store:get`

Expand All @@ -122,7 +122,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:store:get -u me@my.org
```

_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/source/tracking/store/get.ts)_
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/source/tracking/store/get.ts)_

### `sfdx jayree:source:tracking:store:set`

Expand All @@ -146,7 +146,7 @@ EXAMPLES
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
```

_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.0/src/commands/jayree/source/tracking/store/set.ts)_
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.1/src/commands/jayree/source/tracking/store/set.ts)_
<!-- commandsstop -->

## Hooks
Expand Down
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-source",
"description": "A Salesforce CLI plugin containing commands to generate and compare sfdx source snapshot files or manipulate local source tracking.",
"version": "1.2.0",
"version": "1.2.1",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 535d9c6

Please sign in to comment.