Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2023-04-07)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 ([#142](#142)) ([1efd336](1efd336))
* **deps:** bump @salesforce/source-deploy-retrieve from 7.14.2 to 7.15.0 ([#140](#140)) ([8605f5f](8605f5f))
  • Loading branch information
semantic-release-bot committed Apr 7, 2023
1 parent 5c3569a commit 891104c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.3](https://github.com/jayree/sfdx-plugin-source/compare/v1.0.2...v1.0.3) (2023-04-07)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 ([#142](https://github.com/jayree/sfdx-plugin-source/issues/142)) ([1efd336](https://github.com/jayree/sfdx-plugin-source/commit/1efd336fc9134da2a36b488b56fc67a9c703d13a))
* **deps:** bump @salesforce/source-deploy-retrieve from 7.14.2 to 7.15.0 ([#140](https://github.com/jayree/sfdx-plugin-source/issues/140)) ([8605f5f](https://github.com/jayree/sfdx-plugin-source/commit/8605f5fdc97c4a5fad00bb406866d03033482835))

## [1.0.2](https://github.com/jayree/sfdx-plugin-source/compare/v1.0.1...v1.0.2) (2023-03-31)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.0.2/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.0.3/src/commands/jayree/source/snapshot/compare.ts)_

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

Expand All @@ -55,7 +55,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.0.2/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.0.3/src/commands/jayree/source/snapshot/generate.ts)_

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

Expand All @@ -79,7 +79,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.0.2/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.0.3/src/commands/jayree/source/tracking/list.ts)_

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

Expand All @@ -100,7 +100,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.0.2/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.0.3/src/commands/jayree/source/tracking/store/get.ts)_

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

Expand All @@ -124,5 +124,5 @@ 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.0.2/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.0.3/src/commands/jayree/source/tracking/store/set.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-source",
"description": "A Salesforce CLI plugin containing commands to generate and compare sfdx source snapshot files or manipulate local source tracking.",
"version": "1.0.2",
"version": "1.0.3",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 891104c

Please sign in to comment.