Skip to content

Commit f20340d

Browse files
committed
more version updates
1 parent f1f83fc commit f20340d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/trustpilot/actions/fetch-product-reviews/fetch-product-reviews.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "trustpilot-fetch-product-reviews",
55
name: "Fetch Product Reviews",
66
description: "Retrieves a list of product reviews for a specific business unit on Trustpilot. This action enables you to fetch multiple product reviews with powerful filtering options including star ratings, language, tags, and sorting preferences. Ideal for monitoring product feedback trends, generating reports, analyzing customer sentiment across your product catalog, or building review dashboards. Supports pagination for handling large review volumes. [See the documentation](https://developers.trustpilot.com/product-reviews-api#get-private-product-reviews)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
trustpilot,

components/trustpilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/trustpilot",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Pipedream Trustpilot Components",
55
"main": "trustpilot.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)