Skip to content

Commit

Permalink
chore(release): 1.3.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.5](v1.3.4...v1.3.5) (2023-06-16)

### Bug Fixes

* **deps:** bump @jayree/changelog from 1.1.2 to 1.1.3 ([#235](#235)) ([b93eee0](b93eee0))
* **deps:** bump @salesforce/sf-plugins-core from 3.0.4 to 3.1.0 ([#237](#237)) ([e2efb8f](e2efb8f))
* **deps:** bump @salesforce/source-tracking from 4.1.3 to 4.2.0 ([#231](#231)) ([3bba352](3bba352))
  • Loading branch information
semantic-release-bot committed Jun 16, 2023
1 parent e2efb8f commit b8627e3
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.5](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.4...v1.3.5) (2023-06-16)


### Bug Fixes

* **deps:** bump @jayree/changelog from 1.1.2 to 1.1.3 ([#235](https://github.com/jayree/sfdx-plugin-source/issues/235)) ([b93eee0](https://github.com/jayree/sfdx-plugin-source/commit/b93eee0225c9f70769942fcbfd05dee1490b2940))
* **deps:** bump @salesforce/sf-plugins-core from 3.0.4 to 3.1.0 ([#237](https://github.com/jayree/sfdx-plugin-source/issues/237)) ([e2efb8f](https://github.com/jayree/sfdx-plugin-source/commit/e2efb8f77ea505821431a86615363c5949c14673))
* **deps:** bump @salesforce/source-tracking from 4.1.3 to 4.2.0 ([#231](https://github.com/jayree/sfdx-plugin-source/issues/231)) ([3bba352](https://github.com/jayree/sfdx-plugin-source/commit/3bba352bf41d54e9aeb75559022d6ee2b240181a))

## [1.3.4](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.3...v1.3.4) (2023-06-09)


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.4/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.5/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.4/src/commands/jayree/project/fix.ts)_
_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.5/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.4/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.5/src/commands/jayree/project/generate/snapshot.ts)_

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

Expand All @@ -110,7 +110,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.4/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.5/src/commands/jayree/project/list/tracking.ts)_

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

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

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

Expand All @@ -161,7 +161,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.4/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.5/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.4",
"version": "1.3.5",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-source/issues",
Expand Down

0 comments on commit b8627e3

Please sign in to comment.