Skip to content

Commit

Permalink
chore(release): 1.3.72 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.72](v1.3.71...v1.3.72) (2024-08-16)

### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 11.2.8 to 11.3.2 ([#815](#815)) ([e62362a](e62362a))
* **deps:** bump @salesforce/source-tracking from 7.1.5 to 7.1.6 ([#809](#809)) ([f7a6c14](f7a6c14))
* **deps:** bump ignore from 5.3.1 to 5.3.2 ([#813](#813)) ([72066db](72066db))
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent da539a3 commit 132d00a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.72](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.71...v1.3.72) (2024-08-16)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 11.2.8 to 11.3.2 ([#815](https://github.com/jayree/sfdx-plugin-source/issues/815)) ([e62362a](https://github.com/jayree/sfdx-plugin-source/commit/e62362a466a3e0db8488a0223881a0cccf911afa))
* **deps:** bump @salesforce/source-tracking from 7.1.5 to 7.1.6 ([#809](https://github.com/jayree/sfdx-plugin-source/issues/809)) ([f7a6c14](https://github.com/jayree/sfdx-plugin-source/commit/f7a6c14130bcca9b463ea38339c326635ac820fb))
* **deps:** bump ignore from 5.3.1 to 5.3.2 ([#813](https://github.com/jayree/sfdx-plugin-source/issues/813)) ([72066db](https://github.com/jayree/sfdx-plugin-source/commit/72066db83b8cc2a235bc2efa3bc4ecebe2e3aa75))

## [1.3.71](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.70...v1.3.71) (2024-08-09)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ALIASES
$ sfdx jayree source snapshot compare
```

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

### `sfdx jayree project fix`

Expand All @@ -65,7 +65,7 @@ ALIASES
$ sfdx jayree source fix
```

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

### `sfdx jayree project generate snapshot`

Expand All @@ -86,7 +86,7 @@ ALIASES
$ sfdx jayree source snapshot generate
```

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

### `sfdx jayree project list tracking`

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

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

### `sfdx jayree project store tracking get`

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

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

### `sfdx jayree project store tracking set`

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

_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.71/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.72/src/commands/jayree/project/store/tracking/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.3.71",
"version": "1.3.72",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 132d00a

Please sign in to comment.