Skip to content

Commit

Permalink
chore(release): 1.3.66 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.66](v1.3.65...v1.3.66) (2024-07-05)

### Bug Fixes

* **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#751](#751)) ([18003a3](18003a3))
* **deps:** bump @salesforce/core from 8.1.0 to 8.1.1 ([#743](#743)) ([a9d3c56](a9d3c56))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.0.2 to 12.1.4 ([#747](#747)) ([8e87434](8e87434))
* **deps:** bump @salesforce/source-tracking from 7.0.3 to 7.0.5 ([#749](#749)) ([e8f0c09](e8f0c09))
* **deps:** bump globby from 14.0.1 to 14.0.2 ([#745](#745)) ([ccc0b30](ccc0b30))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent 8f81284 commit 109a958
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.3.66](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.65...v1.3.66) (2024-07-05)


### Bug Fixes

* **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#751](https://github.com/jayree/sfdx-plugin-source/issues/751)) ([18003a3](https://github.com/jayree/sfdx-plugin-source/commit/18003a3c94e142217a9929fe9f879574a23ebd0f))
* **deps:** bump @salesforce/core from 8.1.0 to 8.1.1 ([#743](https://github.com/jayree/sfdx-plugin-source/issues/743)) ([a9d3c56](https://github.com/jayree/sfdx-plugin-source/commit/a9d3c566937755f5c5f1913ec2f2e4ad38f40426))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.0.2 to 12.1.4 ([#747](https://github.com/jayree/sfdx-plugin-source/issues/747)) ([8e87434](https://github.com/jayree/sfdx-plugin-source/commit/8e8743432a829a1f99dd549f3f2fba1e71a41cb4))
* **deps:** bump @salesforce/source-tracking from 7.0.3 to 7.0.5 ([#749](https://github.com/jayree/sfdx-plugin-source/issues/749)) ([e8f0c09](https://github.com/jayree/sfdx-plugin-source/commit/e8f0c091b9a6859c8f8f9a4ff21fe88b39dbbb74))
* **deps:** bump globby from 14.0.1 to 14.0.2 ([#745](https://github.com/jayree/sfdx-plugin-source/issues/745)) ([ccc0b30](https://github.com/jayree/sfdx-plugin-source/commit/ccc0b30556be399c3e7445d10f1a0f434934693e))

## [1.3.65](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.64...v1.3.65) (2024-06-28)


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.65/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.66/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.65/src/commands/jayree/project/fix.ts)_
_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/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.65/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.66/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.65/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.66/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.65/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.66/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.65/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.66/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.65",
"version": "1.3.66",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 109a958

Please sign in to comment.