mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
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:
committed by
GitHub
parent
aa79c4c319
commit
5e640b1c54
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@formbricks/n8n-nodes-formbricks": minor
|
||||
---
|
||||
|
||||
Add new n8n Integration for Formbricks; huge thanks to @PratikAwaik
|
||||
@@ -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": {
|
||||
|
||||
7
packages/n8n/CHANGELOG.md
Normal file
7
packages/n8n/CHANGELOG.md
Normal 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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user