Skip to content

Commit 1ac169f

Browse files
chore: version packages
1 parent 0c4e288 commit 1ac169f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/job-log-command.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/b2c-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @salesforce/b2c-cli
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#268](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/268) [`0c4e288`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/0c4e288ff2609a13983ef883f5675e69ac7cc452) - Add `job log` command to retrieve and display job execution logs. Supports fetching logs for a specific execution or automatically finding the most recent (or most recent failed) execution with a log file. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.7.4
410

511
### Patch Changes

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-cli",
33
"description": "A Salesforce B2C Commerce CLI",
4-
"version": "0.7.4",
4+
"version": "0.8.0",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"

0 commit comments

Comments
 (0)