Skip to content

Commit

Permalink
chore(release): 1.3.29 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.29](v1.3.28...v1.3.29) (2023-12-01)

### Bug Fixes

* **deps:** bump @oclif/core from 3.12.0 to 3.13.1 ([#498](#498)) ([5869aa6](5869aa6))
* **deps:** bump @salesforce/sf-plugins-core from 5.0.3 to 5.0.5 ([#495](#495)) ([eae3ac3](eae3ac3))
* **deps:** bump @salesforce/source-tracking from 5.0.1 to 5.1.0 ([#497](#497)) ([909ef27](909ef27))
* **deps:** bump fs-extra from 11.1.1 to 11.2.0 ([#499](#499)) ([ba3c540](ba3c540))
  • Loading branch information
semantic-release-bot committed Dec 1, 2023
1 parent 5869aa6 commit 4a7b625
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.29](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.28...v1.3.29) (2023-12-01)


### Bug Fixes

* **deps:** bump @oclif/core from 3.12.0 to 3.13.1 ([#498](https://github.com/jayree/sfdx-plugin-source/issues/498)) ([5869aa6](https://github.com/jayree/sfdx-plugin-source/commit/5869aa61211b2d73a76dc9c3a20514617a8c651a))
* **deps:** bump @salesforce/sf-plugins-core from 5.0.3 to 5.0.5 ([#495](https://github.com/jayree/sfdx-plugin-source/issues/495)) ([eae3ac3](https://github.com/jayree/sfdx-plugin-source/commit/eae3ac3072f83b58133062bed5340447294b79ea))
* **deps:** bump @salesforce/source-tracking from 5.0.1 to 5.1.0 ([#497](https://github.com/jayree/sfdx-plugin-source/issues/497)) ([909ef27](https://github.com/jayree/sfdx-plugin-source/commit/909ef27814fc0e14646ed66bf128efb54ab7cf9a))
* **deps:** bump fs-extra from 11.1.1 to 11.2.0 ([#499](https://github.com/jayree/sfdx-plugin-source/issues/499)) ([ba3c540](https://github.com/jayree/sfdx-plugin-source/commit/ba3c54097318b121a78bb1910e944c9cc48aaef3))

## [1.3.28](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.27...v1.3.28) (2023-11-24)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.28/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.29/src/commands/jayree/project/compare/snapshot.ts)_

### `sfdx jayree:project:fix`

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

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

### `sfdx jayree:project:generate:snapshot`

Expand All @@ -83,7 +83,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.28/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.29/src/commands/jayree/project/generate/snapshot.ts)_

### `sfdx jayree:project:list:tracking`

Expand Down Expand Up @@ -111,7 +111,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.28/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.29/src/commands/jayree/project/list/tracking.ts)_

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

Expand All @@ -136,7 +136,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.28/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.29/src/commands/jayree/project/store/tracking/get.ts)_

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

Expand Down Expand Up @@ -164,7 +164,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.28/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.29/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.28",
"version": "1.3.29",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit 4a7b625

Please sign in to comment.