Skip to content

Conversation

@mfsiega
Copy link
Contributor

@mfsiega mfsiega commented Oct 2, 2025

Summary

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CLAassistant
Copy link

CLAassistant commented Oct 2, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ OlegIvaniv
✅ konstantintieber
❌ github-actions[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 37 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="packages/cli/package.json">

<violation number="1" location="packages/cli/package.json:3">
The package version is still 1.114.0, but this patch release should bump to 1.114.1; otherwise the release will reuse an existing version and fail.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

{
"name": "n8n",
"version": "1.113.0",
"version": "1.114.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package version is still 1.114.0, but this patch release should bump to 1.114.1; otherwise the release will reuse an existing version and fail.

Prompt for AI agents
Address the following comment on packages/cli/package.json at line 3:

<comment>The package version is still 1.114.0, but this patch release should bump to 1.114.1; otherwise the release will reuse an existing version and fail.</comment>

<file context>
@@ -1,6 +1,6 @@
 {
   &quot;name&quot;: &quot;n8n&quot;,
-  &quot;version&quot;: &quot;1.113.0&quot;,
+  &quot;version&quot;: &quot;1.114.0&quot;,
   &quot;description&quot;: &quot;n8n Workflow Automation Tool&quot;,
   &quot;main&quot;: &quot;dist/index&quot;,
</file context>
Suggested change
"version": "1.114.0",
"version": "1.114.1",
Fix with Cubic

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team core Enhancement outside /nodes-base and /editor-ui labels Oct 2, 2025
@mfsiega mfsiega closed this Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants