Skip to content

Commit

Permalink
feat(vendure-scripts): logging fix and not throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Feb 14, 2025
1 parent 5581ac7 commit a41997f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/vendure-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7.1 (2025-02-14)

- Improved logging to track progress
- Don't throw if failed to assign to a channel

# 1.7.0 (2025-02-13)

- Assign products now only assigns assets, variants and products to given channel. Not facets and values.
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-scripts",
"version": "1.7.0",
"version": "1.7.1",
"description": "Scripts that can be used with Vendure projects",
"author": "Surafel Tariku <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down

0 comments on commit a41997f

Please sign in to comment.