-
Notifications
You must be signed in to change notification settings - Fork 48.9k
Patch/1.114.1 #20291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch/1.114.1 #20291
Conversation
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this 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", |
There was a problem hiding this comment.
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 @@
{
"name": "n8n",
- "version": "1.113.0",
+ "version": "1.114.0",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
</file context>
| "version": "1.114.0", | |
| "version": "1.114.1", |
Summary
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)