Release Formbricks n8n package (#766)

* Version Packages

* add n8n package to release pipeline

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
github-actions[bot]
2023-09-04 14:24:07 +09:00
committed by GitHub
parent aa79c4c319
commit 5e640b1c54
4 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@formbricks/n8n-nodes-formbricks": minor
---
Add new n8n Integration for Formbricks; huge thanks to @PratikAwaik

View File

@@ -23,7 +23,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"generate": "turbo run generate",
"lint": "turbo run lint",
"release": "turbo run build --filter=js... && changeset publish",
"release": "turbo run build --filter=js... && turbo run build --filter=n8n... && changeset publish",
"test": "turbo run test"
},
"devDependencies": {

View File

@@ -0,0 +1,7 @@
# @formbricks/n8n-nodes-formbricks
## 0.2.0
### Minor Changes
- aa79c4c3: Add new n8n Integration for Formbricks; huge thanks to @PratikAwaik

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/n8n-nodes-formbricks",
"version": "0.1.0",
"version": "0.2.0",
"description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.",
"keywords": [
"n8n-community-node-package",