From 33f3da9aab2850f7d711302caf4471cb199a7701 Mon Sep 17 00:00:00 2001 From: Andrew Chuang Date: Mon, 28 Apr 2025 14:30:54 -0300 Subject: [PATCH] fix typo --- .../actions/execute-custom-query/execute-custom-query.mjs | 4 ++-- components/postgresql/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/postgresql/actions/execute-custom-query/execute-custom-query.mjs b/components/postgresql/actions/execute-custom-query/execute-custom-query.mjs index 7af9f9eee88fb..277c3b517b1a1 100644 --- a/components/postgresql/actions/execute-custom-query/execute-custom-query.mjs +++ b/components/postgresql/actions/execute-custom-query/execute-custom-query.mjs @@ -4,7 +4,7 @@ export default { name: "Execute SQL Query", key: "postgresql-execute-custom-query", description: "Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.", - version: "3.0.1", + version: "3.0.2", type: "action", props: { postgresql, @@ -14,7 +14,7 @@ export default { auth: { app: "postgresql", }, - label: "PostreSQL Query", + label: "PostgreSQL Query", }, }, async run({ $ }) { diff --git a/components/postgresql/package.json b/components/postgresql/package.json index 9f59ef9723092..cab4905cc60b4 100644 --- a/components/postgresql/package.json +++ b/components/postgresql/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/postgresql", - "version": "2.2.1", + "version": "2.2.2", "description": "Pipedream PostgreSQL Components", "main": "postgresql.app.mjs", "keywords": [