diff --git a/CHANGELOG.md b/CHANGELOG.md index c13ebeb3321..792ec26057f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,115 @@ +# [2.27.0](https://github.com/n8n-io/n8n/compare/n8n@2.26.0...n8n@2.27.0) (2026-06-16) + + +### Bug Fixes + +* **API:** Make conditional credential fields optional instead of forbidden ([#32010](https://github.com/n8n-io/n8n/issues/32010)) ([0ab043c](https://github.com/n8n-io/n8n/commit/0ab043c8bb3c0ccdb21c57a885d454eabaacbb35)) +* Bump task-runner-launcher to 1.4.7 to clear stdlib CVEs ([#32095](https://github.com/n8n-io/n8n/issues/32095)) ([4d974e3](https://github.com/n8n-io/n8n/commit/4d974e38efaed7e3e7d869fd3490b5cfa2465b51)) +* Computer use disconnect status on client stop ([#32059](https://github.com/n8n-io/n8n/issues/32059)) ([5c61d0e](https://github.com/n8n-io/n8n/commit/5c61d0e65795d3bb92aaac1f3528c2dec873bd8f)) +* **core:** Add RFC 8707 resource parameter to client-side OAuth flow ([#30924](https://github.com/n8n-io/n8n/issues/30924)) ([04b4a79](https://github.com/n8n-io/n8n/commit/04b4a793cca1a99de5a8fc7bd5c3f6b6efb4b0d4)) +* **core:** Allow publishing workflows that use private credentials ([#32306](https://github.com/n8n-io/n8n/issues/32306)) ([27d8426](https://github.com/n8n-io/n8n/commit/27d84260c66479b8b040cea922ed7d6a6261864f)) +* **core:** Enforce API key scope/endpoint parity in public API ([#32231](https://github.com/n8n-io/n8n/issues/32231)) ([58999f0](https://github.com/n8n-io/n8n/commit/58999f030fa08e640ad56a38fd05b7e3b52589c0)) +* **core:** Ensure workflows that fail to activate are removed from active, preventing unintended executions ([#31767](https://github.com/n8n-io/n8n/issues/31767)) ([79d1695](https://github.com/n8n-io/n8n/commit/79d1695c42668a1ddd503e7f6fb73ce417d63400)) +* **core:** Fix workers processing queued jobs before module initialization completes ([#32145](https://github.com/n8n-io/n8n/issues/32145)) ([506461f](https://github.com/n8n-io/n8n/commit/506461ff7ae44915b1937f212a8e04ea7add5ffb)) +* **core:** Hide resource URL for synthetic OAuth2 credentials for MCP registry tools ([#32351](https://github.com/n8n-io/n8n/issues/32351)) ([51fe9ff](https://github.com/n8n-io/n8n/commit/51fe9ff8554220d70d648553413d8c47f98eef30)) +* **core:** Include indexes and TOAST in Postgres data table size ([#31606](https://github.com/n8n-io/n8n/issues/31606)) ([c9f4aa8](https://github.com/n8n-io/n8n/commit/c9f4aa83c4048a717833fbd65ce60ac9a1f621ab)) +* **core:** Preserve trailing letter-less text in toSentenceCase() exp… ([#32242](https://github.com/n8n-io/n8n/issues/32242)) ([7a77898](https://github.com/n8n-io/n8n/commit/7a778985c153b16b244c7adef0d8f989b1a70a86)) +* **core:** Prevent nodes from throwing `context.getNodeParameter is not a function` when n8n is installed via npm ([#32123](https://github.com/n8n-io/n8n/issues/32123)) ([a254a89](https://github.com/n8n-io/n8n/commit/a254a89d498ccf345b9067ef515b2123ff9e08a2)) +* **core:** Prevent pollers from starting executions for old workflow versions when registered while in-flight ([#32006](https://github.com/n8n-io/n8n/issues/32006)) ([21c786c](https://github.com/n8n-io/n8n/commit/21c786c8a1ed54f6690b213aa35bcb74cf13b99e)) +* **core:** Prevent post-execution writes against closed pool on worker shutdown ([#31915](https://github.com/n8n-io/n8n/issues/31915)) ([3059088](https://github.com/n8n-io/n8n/commit/3059088ab65248c2a708bb899872c33aacca40de)) +* **core:** Prevent queue recovery from marking waiting executions as crashed ([#32316](https://github.com/n8n-io/n8n/issues/32316)) ([c4c0e91](https://github.com/n8n-io/n8n/commit/c4c0e91807549793fab1f4cb339641d9c832dd8d)) +* **core:** Propagate sub-workflow errors to parent after wait resume ([#31927](https://github.com/n8n-io/n8n/issues/31927)) ([6afba57](https://github.com/n8n-io/n8n/commit/6afba57091dd1cbdc4dccf0a8fdd5f86508c555d)) +* **core:** Remove user:enforceMfa from public API key scopes ([#32223](https://github.com/n8n-io/n8n/issues/32223)) ([3c39a0e](https://github.com/n8n-io/n8n/commit/3c39a0e336e9ebbeb10b2c4398e4924c2acb1ae6)) +* **core:** Retry role mapping create order conflicts ([#30687](https://github.com/n8n-io/n8n/issues/30687)) ([448c114](https://github.com/n8n-io/n8n/commit/448c114127aa6fdec5e72e5042cdadb07c0324dc)) +* **core:** Surface a final response when a builder follow-up completes silently ([#31986](https://github.com/n8n-io/n8n/issues/31986)) ([29abe78](https://github.com/n8n-io/n8n/commit/29abe781d53475f92b6edde7e786a666d67ee22b)) +* **core:** Throw a clear error for $evaluateExpression in the Code node under secure mode ([#31721](https://github.com/n8n-io/n8n/issues/31721)) ([fbad049](https://github.com/n8n-io/n8n/commit/fbad049db972d850e09154ee18f2ada8f00a38ad)) +* **core:** Upgrade nodemailer to 8.0.10 (DEVP-401) ([#31998](https://github.com/n8n-io/n8n/issues/31998)) ([c339095](https://github.com/n8n-io/n8n/commit/c339095c47247f2e38c054fa9f835206a95d2aa4)) +* **core:** Use npm's bundled node-gyp for isolated-vm Docker rebuild ([#32158](https://github.com/n8n-io/n8n/issues/32158)) ([67cdf44](https://github.com/n8n-io/n8n/commit/67cdf44fe71134ba6b549e663f11d192e627e310)) +* Correct Form URL Encoded label in HTTP Request node ([#31852](https://github.com/n8n-io/n8n/issues/31852)) ([ff7f35e](https://github.com/n8n-io/n8n/commit/ff7f35eefcd3bce9728b1312d39ec0b1b0acbeb0)) +* **editor:** Agent builder progress log lines visual glitches ([#32077](https://github.com/n8n-io/n8n/issues/32077)) ([f9496c2](https://github.com/n8n-io/n8n/commit/f9496c2397f9e7a52f8b5abef77ea320f47e1b20)) +* **editor:** Auto-reload editor on stale Vite chunk preload error ([#31747](https://github.com/n8n-io/n8n/issues/31747)) ([2f3ebb6](https://github.com/n8n-io/n8n/commit/2f3ebb620cf7cd16fcedaa94a1be6ec61f66626b)) +* **editor:** Close credential modal after successful setup ([#31925](https://github.com/n8n-io/n8n/issues/31925)) ([7b2c722](https://github.com/n8n-io/n8n/commit/7b2c722182d741bb455db22b46eacfea6390a2c9)) +* **editor:** Harden credential modal against async hangs ([#31292](https://github.com/n8n-io/n8n/issues/31292)) ([037bdb2](https://github.com/n8n-io/n8n/commit/037bdb216f2c942e049e1fcca61b22ee8cc2b2b0)) +* **editor:** Hide template setup button once setup is complete ([#31912](https://github.com/n8n-io/n8n/issues/31912)) ([af9caff](https://github.com/n8n-io/n8n/commit/af9caffc7e1fd81aa6e3c41b5231f4d56cfa3bf6)) +* **editor:** Insert instance ai prompt suggestions instead of submit ([#32008](https://github.com/n8n-io/n8n/issues/32008)) ([3386aa8](https://github.com/n8n-io/n8n/commit/3386aa81ccbfa2ed21ff7ac2b00369fb5a1376c7)) +* **editor:** Make workflow settings and actions menu work in the AI artifact view ([#32082](https://github.com/n8n-io/n8n/issues/32082)) ([5a28683](https://github.com/n8n-io/n8n/commit/5a28683c7811530a7bbcfcfa4aebc0223efe5f47)) +* **editor:** Mute Never expiration in API keys table ([#32224](https://github.com/n8n-io/n8n/issues/32224)) ([115d9c7](https://github.com/n8n-io/n8n/commit/115d9c7597c1d7c376046df1963f0eb1e66450b7)) +* **editor:** Open sticky note color picker from context menu ([#31917](https://github.com/n8n-io/n8n/issues/31917)) ([0685db8](https://github.com/n8n-io/n8n/commit/0685db8ff6dabd5121a6b0adcec9a53fb58b8b75)) +* **editor:** Preserve loaded options value when navigating between nodes ([#31946](https://github.com/n8n-io/n8n/issues/31946)) ([f6e5705](https://github.com/n8n-io/n8n/commit/f6e57059caf420a03bc638bdcf94a8085c9ff94f)) +* **editor:** Refresh Instance AI workflow preview on update and restore-version ([#31904](https://github.com/n8n-io/n8n/issues/31904)) ([f2c764a](https://github.com/n8n-io/n8n/commit/f2c764a804f1efb458363bcc2b6f30d4cb1b0b67)) +* **editor:** Remove 'Building your agent' loading state and go straight to full-page builder ([#32120](https://github.com/n8n-io/n8n/issues/32120)) ([d553602](https://github.com/n8n-io/n8n/commit/d55360245a0cc5091b964f6cdffcc8bf9084f0cc)) +* **editor:** Restore cross-origin notification after OAuth popup completes ([#32087](https://github.com/n8n-io/n8n/issues/32087)) ([090fa9e](https://github.com/n8n-io/n8n/commit/090fa9e84b8fe8b0dc5d714c65835b0ee4689e0e)) +* **editor:** Scope publish history scrollbar to timeline sidebar ([#31661](https://github.com/n8n-io/n8n/issues/31661)) ([497226e](https://github.com/n8n-io/n8n/commit/497226e8945d780262af409565ef546b29b89299)) +* **editor:** Send only credential id when authorizing OAuth credentials ([#31926](https://github.com/n8n-io/n8n/issues/31926)) ([4f10853](https://github.com/n8n-io/n8n/commit/4f10853a1585663dbc76ce97a3b3bb53361b1301)) +* **editor:** Show AI assistant error when stream ends with unparseable content ([#32068](https://github.com/n8n-io/n8n/issues/32068)) ([a7b910f](https://github.com/n8n-io/n8n/commit/a7b910f3653093d9550234d48085afe6012bd325)) +* **editor:** Show an error when imported JSON is not a valid workflow ([#31782](https://github.com/n8n-io/n8n/issues/31782)) ([0731871](https://github.com/n8n-io/n8n/commit/073187137ac5aced3cc7514526c968d742696def)) +* **editor:** Show correct project in workflow breadcrumb for projectId links ([#32103](https://github.com/n8n-io/n8n/issues/32103)) ([fd23d4d](https://github.com/n8n-io/n8n/commit/fd23d4da56ed35bc1fceb5503011ff899d7a4578)) +* **editor:** Show run data of stopped executions in scaling mode ([#32142](https://github.com/n8n-io/n8n/issues/32142)) ([889769a](https://github.com/n8n-io/n8n/commit/889769a34dc5f652e8fa05c15e1a33719ee05081)) +* **editor:** Skip external-secrets fetch on Community Edition ([#31906](https://github.com/n8n-io/n8n/issues/31906)) ([f6518a5](https://github.com/n8n-io/n8n/commit/f6518a5780ea6610dd98de38d83a773db5caadfc)) +* **editor:** Stop showing deleted resources in dependency pill ([#32106](https://github.com/n8n-io/n8n/issues/32106)) ([4e10568](https://github.com/n8n-io/n8n/commit/4e105682ac5b92ab4ec7c81a71e087a6c227aea1)) +* **editor:** Truncate long API key labels in settings table ([#32232](https://github.com/n8n-io/n8n/issues/32232)) ([607634a](https://github.com/n8n-io/n8n/commit/607634ad274b956e413850bf7ba93b80ed1d039d)) +* **editor:** Use workflow-scoped credential fetch in node credential picker ([#31938](https://github.com/n8n-io/n8n/issues/31938)) ([8cd67d3](https://github.com/n8n-io/n8n/commit/8cd67d300d57563da9f1cc867c688db44d3b31e2)) +* Fix 4 security issues in @grpc/grpc-js, hono ([#32281](https://github.com/n8n-io/n8n/issues/32281)) ([e292779](https://github.com/n8n-io/n8n/commit/e292779f1a739b6188efac25f171a8da913ce16b)) +* Fix security issue in shell-quote via minor version upgrade from 1.8.3 to 1.8.4 (SEC-809) ([#32107](https://github.com/n8n-io/n8n/issues/32107)) ([131e4ea](https://github.com/n8n-io/n8n/commit/131e4ea9d6a7046b36f64a483ea4fa39f83fa845)) +* **Http Request Node:** Preserve multipart filenames for binary uploads ([#29022](https://github.com/n8n-io/n8n/issues/29022)) ([f412820](https://github.com/n8n-io/n8n/commit/f412820f522ab8cc3aa42097b618b046cb000288)) +* **Kafka Node:** Distinguish the Schema Registry credential from the Kafka credential ([#32335](https://github.com/n8n-io/n8n/issues/32335)) ([41ee940](https://github.com/n8n-io/n8n/commit/41ee9408813ba061546ebe59671fe99257558ea1)) +* Move unstable PURL-pinned overrides to version-agnostic byName ([#31985](https://github.com/n8n-io/n8n/issues/31985)) ([e77dd74](https://github.com/n8n-io/n8n/commit/e77dd74a70e105f6099a001eeefed5df3023ab0f)) +* **Oracle Database Node:** Support OUT bind parameters ([#30083](https://github.com/n8n-io/n8n/issues/30083)) ([d3406dd](https://github.com/n8n-io/n8n/commit/d3406dd75f222d4e2bae46dc7906cb14f6fc6f76)) +* Require justified mutants in mutation-health gate ([#32340](https://github.com/n8n-io/n8n/issues/32340)) ([b3a34fc](https://github.com/n8n-io/n8n/commit/b3a34fcd81659f6e33b5857a8c68816f7e105320)) +* Set task status to 'cancelled' in BackgroundTaskManager.cancelAll() ([#31764](https://github.com/n8n-io/n8n/issues/31764)) ([5733fb7](https://github.com/n8n-io/n8n/commit/5733fb794b3de6bb048ef48f91747075a6c0a896)) +* Store messages even if stream is undrained ([#32119](https://github.com/n8n-io/n8n/issues/32119)) ([f2da1d1](https://github.com/n8n-io/n8n/commit/f2da1d14bbd8b210e0d2f9f95387372c1e00bece)) + + +### Features + +* **Calendly Trigger Node:** Deprecate API key auth and default to OAuth2 ([#28367](https://github.com/n8n-io/n8n/issues/28367)) ([3f88c6e](https://github.com/n8n-io/n8n/commit/3f88c6e61f948e19f4175521619cab8db2d899af)) +* Computer use supports reading local pdf and image files ([#30704](https://github.com/n8n-io/n8n/issues/30704)) ([b810bfd](https://github.com/n8n-io/n8n/commit/b810bfde435036d93f640f2a2025b5c95a521bc9)) +* **core:** Add cred-filename-against-convention community node lint rule ([#32356](https://github.com/n8n-io/n8n/issues/32356)) ([e436e1a](https://github.com/n8n-io/n8n/commit/e436e1a6c9f7577095605b506dfada7ee0bfda0f)) +* **core:** Add explore_node_resources MCP tool ([#31018](https://github.com/n8n-io/n8n/issues/31018)) ([9373433](https://github.com/n8n-io/n8n/commit/9373433aae472444314334bafd963274fcbae3aa)) +* **core:** Add Instance AI builder planning guardrails ([#31984](https://github.com/n8n-io/n8n/issues/31984)) ([63cdd9f](https://github.com/n8n-io/n8n/commit/63cdd9f777b859e4c6d0e835f2b13014d2e39976)) +* **core:** Add instance settings env telemetry ([#31949](https://github.com/n8n-io/n8n/issues/31949)) ([3753c34](https://github.com/n8n-io/n8n/commit/3753c34e0adebdefc24c6b43dc4c3d6a5b88ebac)) +* **core:** Add OpenTelemetry test trace endpoint and settings button ([#32333](https://github.com/n8n-io/n8n/issues/32333)) ([4fde44b](https://github.com/n8n-io/n8n/commit/4fde44bdaf06727eae8cb85db727cece376ebae6)) +* **core:** Add output redactor guardrail for instance AI use ([#31929](https://github.com/n8n-io/n8n/issues/31929)) ([06df815](https://github.com/n8n-io/n8n/commit/06df815c4b74a0860d31653e162ba60b178f3996)) +* **core:** Add S3 storage mode for execution data ([#32226](https://github.com/n8n-io/n8n/issues/32226)) ([2a6acf3](https://github.com/n8n-io/n8n/commit/2a6acf3cd602e6d414f92ecf3e021d87a1149f1e)) +* **core:** Add tags support to MCP server ([#31446](https://github.com/n8n-io/n8n/issues/31446)) ([1640a69](https://github.com/n8n-io/n8n/commit/1640a69ea66baa68cfcdb04be71818560a78a48d)) +* **core:** Add telemetry for import/export on server CLI ([#32297](https://github.com/n8n-io/n8n/issues/32297)) ([2ac0660](https://github.com/n8n-io/n8n/commit/2ac06605522ec0b63f6d5e0c0ceb9a7ef057af98)) +* **core:** Add valid-author community node lint rule ([#32357](https://github.com/n8n-io/n8n/issues/32357)) ([029cf72](https://github.com/n8n-io/n8n/commit/029cf72b97c6cf64b7fe38fb7a8e0af22ca6ba7a)) +* **core:** Add validation and size limits to package archive reading ([#31812](https://github.com/n8n-io/n8n/issues/31812)) ([e0cb99e](https://github.com/n8n-io/n8n/commit/e0cb99eb84d70ce3e15b4ad466aa7b0f28c45952)) +* **core:** Add workflowPublishingPolicy to package import ([#31961](https://github.com/n8n-io/n8n/issues/31961)) ([140a319](https://github.com/n8n-io/n8n/commit/140a319ccd2284817026a63cc3fa7014725ed585)) +* **core:** Configure OpenTelemetry settings via UI ([#31781](https://github.com/n8n-io/n8n/issues/31781)) ([e2dd95d](https://github.com/n8n-io/n8n/commit/e2dd95d15a115559c216b1d0bc6964fd2b8624d0)) +* **core:** Email public API key owners when their key is revoked by an admin ([#32086](https://github.com/n8n-io/n8n/issues/32086)) ([ac19787](https://github.com/n8n-io/n8n/commit/ac197878d95a15ce30e1201a544cd79fa02efa0c)) +* **core:** Expose DNS cache metrics via PrometheusMetricsService ([#32013](https://github.com/n8n-io/n8n/issues/32013)) ([5ab381c](https://github.com/n8n-io/n8n/commit/5ab381c8bc2ea9f924e66ed46b5456086706e7e0)) +* **core:** Expose SSRF protection check outcomes as Prometheus metrics ([#32004](https://github.com/n8n-io/n8n/issues/32004)) ([58c4cd1](https://github.com/n8n-io/n8n/commit/58c4cd1d87a61bbd25c3fc5fb0a563d6cc6188e6)) +* **core:** Introduce credentialBindings for package import ([#32228](https://github.com/n8n-io/n8n/issues/32228)) ([f161bf0](https://github.com/n8n-io/n8n/commit/f161bf07861674643e7547174e4d07345d737205)) +* **core:** Make data redaction enforcement generally available ([#31966](https://github.com/n8n-io/n8n/issues/31966)) ([2afc32a](https://github.com/n8n-io/n8n/commit/2afc32a3ec5a7f6279f2ddd13b5522a51c74c210)) +* **core:** Remove n8n packages license check ([#32317](https://github.com/n8n-io/n8n/issues/32317)) ([93e2f86](https://github.com/n8n-io/n8n/commit/93e2f8629eef8ac5877950d688a11458a780464e)) +* **core:** Workflow import workflowIdPolicy ([#32075](https://github.com/n8n-io/n8n/issues/32075)) ([24c264c](https://github.com/n8n-io/n8n/commit/24c264ca288ebf0af9d958dca7323437fe97b25f)) +* **editor:** Add docs links for data redaction ([#32220](https://github.com/n8n-io/n8n/issues/32220)) ([bc90a4b](https://github.com/n8n-io/n8n/commit/bc90a4b8f2bbb746baf6523f1115d123b6be1ee0)) +* **editor:** Allow creating variables and data tables from the universal add menu ([#32079](https://github.com/n8n-io/n8n/issues/32079)) ([3cff611](https://github.com/n8n-io/n8n/commit/3cff611c6e8c568b0de0888de2ab4208e126b403)) +* **editor:** Open API key modal in read-only mode for non-owners ([#32254](https://github.com/n8n-io/n8n/issues/32254)) ([9496996](https://github.com/n8n-io/n8n/commit/94969962cf994ecf090101a946d2b5ffa4843b8e)) +* **editor:** Redesign API key created modal ([#32256](https://github.com/n8n-io/n8n/issues/32256)) ([e6bc501](https://github.com/n8n-io/n8n/commit/e6bc5012bacd037c9dc60e0b81312559c61765ee)) +* **editor:** Reposition nodes on group collapse/expand ([#32128](https://github.com/n8n-io/n8n/issues/32128)) ([053126f](https://github.com/n8n-io/n8n/commit/053126fc7c62df8f033f89cf4150f5117f48c953)) +* **editor:** Rewrite icon picker with search, full Lucide set, emoji sections, and color/skin tone pickers ([#25649](https://github.com/n8n-io/n8n/issues/25649)) ([12ba0d0](https://github.com/n8n-io/n8n/commit/12ba0d00803222495693de89eb3d1e919d4a663f)) +* **editor:** Use an action menu for API key row actions ([#32339](https://github.com/n8n-io/n8n/issues/32339)) ([f80fca2](https://github.com/n8n-io/n8n/commit/f80fca2617e8e6d57f497502bd26e1717673dee0)) +* Force Microsoft account selection on OAuth for all Microsoft credentials ([#32015](https://github.com/n8n-io/n8n/issues/32015)) ([939307a](https://github.com/n8n-io/n8n/commit/939307a4d5fc4179d7e0a7233ec31b23ad698df2)) +* **GitHub Node:** Introduce get members operation on organization resource ([#23822](https://github.com/n8n-io/n8n/issues/23822)) ([05d44e4](https://github.com/n8n-io/n8n/commit/05d44e45b2a166823ae23a1b68ff211e0bb9b922)) +* **JWT Node:** Support custom header claims for the Sign operation ([#31918](https://github.com/n8n-io/n8n/issues/31918)) ([160cb09](https://github.com/n8n-io/n8n/commit/160cb095c819f15e55ccf55ad4f7458500fdca65)) +* **Kafka Node:** Add Schema Registry credential type ([#32026](https://github.com/n8n-io/n8n/issues/32026)) ([93d9387](https://github.com/n8n-io/n8n/commit/93d9387f3eaa33c19099b2b6a5db4f270c455f35)) +* **LmChatAnthropic Node:** Add streaming option ([#30991](https://github.com/n8n-io/n8n/issues/30991)) ([cf223af](https://github.com/n8n-io/n8n/commit/cf223af11cd310d75fb8149dc27214071423fa97)) +* **MCP Server Trigger Node:** Add n8n OAuth2 authentication option ([#32326](https://github.com/n8n-io/n8n/issues/32326)) ([e7b1c1c](https://github.com/n8n-io/n8n/commit/e7b1c1c2ef60abb65bf7502c0df5d777276f6ac1)) +* **Microsoft OneDrive Node:** Support the generic Microsoft OAuth2 credential ([#32295](https://github.com/n8n-io/n8n/issues/32295)) ([30b5451](https://github.com/n8n-io/n8n/commit/30b54515d6bd6728c1961ec37d3b6cc8e2340a23)) +* **Pipedrive Trigger Node:** Allow lead entities to be triggered upon ([#23977](https://github.com/n8n-io/n8n/issues/23977)) ([da8b7c7](https://github.com/n8n-io/n8n/commit/da8b7c7317c538f3340b5b1d4212251abbda7f54)) +* Reduces delay in displaying AI Assistant workflow preview examples ([#32194](https://github.com/n8n-io/n8n/issues/32194)) ([2e9946c](https://github.com/n8n-io/n8n/commit/2e9946c458d6c91552b0f8de5b75547cd6b2c079)) +* Show the workflow name on the OAuth consent screen ([#32362](https://github.com/n8n-io/n8n/issues/32362)) ([7a5c208](https://github.com/n8n-io/n8n/commit/7a5c2087f7e3c42c373ef397cb83df14d66a28a6)) + + +### Performance Improvements + +* **core:** Add partial index on execution_entity to fix executions list CPU spike ([#32116](https://github.com/n8n-io/n8n/issues/32116)) ([3b53949](https://github.com/n8n-io/n8n/commit/3b539497928f8cb9f50621f683061dc7631adbfc)) +* **core:** Optimize workflow lookups ([#24690](https://github.com/n8n-io/n8n/issues/24690)) ([c3b35c1](https://github.com/n8n-io/n8n/commit/c3b35c1a60fb32dcff2f0ef2338dc7330e4d80bd)) +* **core:** Ungate minimize execution data fetching ([#30969](https://github.com/n8n-io/n8n/issues/30969)) ([4b4a76a](https://github.com/n8n-io/n8n/commit/4b4a76a375d550679bc0312561a6b71f189bee84)) + + # [2.26.0](https://github.com/n8n-io/n8n/compare/n8n@2.25.1...n8n@2.26.0) (2026-06-09) diff --git a/package.json b/package.json index b21baef7710..ed82581d202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "2.26.0", + "version": "2.27.0", "private": true, "engines": { "node": ">=22.22", diff --git a/packages/@n8n/agents/package.json b/packages/@n8n/agents/package.json index 43a0142188c..394fe4ce05f 100644 --- a/packages/@n8n/agents/package.json +++ b/packages/@n8n/agents/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/agents", - "version": "0.11.0", + "version": "0.12.0", "description": "AI agent SDK for n8n's code-first execution engine", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/@n8n/ai-node-sdk/package.json b/packages/@n8n/ai-node-sdk/package.json index 839c1374a57..f89108745b7 100644 --- a/packages/@n8n/ai-node-sdk/package.json +++ b/packages/@n8n/ai-node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/ai-node-sdk", - "version": "0.16.0", + "version": "0.17.0", "description": "SDK for building AI nodes in n8n", "types": "dist/esm/index.d.ts", "module": "dist/esm/index.js", diff --git a/packages/@n8n/ai-utilities/package.json b/packages/@n8n/ai-utilities/package.json index fb6f0623bbf..a812e89df1f 100644 --- a/packages/@n8n/ai-utilities/package.json +++ b/packages/@n8n/ai-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/ai-utilities", - "version": "0.19.0", + "version": "0.20.0", "description": "Utilities for building AI nodes in n8n", "types": "dist/esm/index.d.ts", "module": "dist/esm/index.js", diff --git a/packages/@n8n/ai-workflow-builder.ee/package.json b/packages/@n8n/ai-workflow-builder.ee/package.json index 038a43737f2..884300a21f8 100644 --- a/packages/@n8n/ai-workflow-builder.ee/package.json +++ b/packages/@n8n/ai-workflow-builder.ee/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/ai-workflow-builder", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", diff --git a/packages/@n8n/api-types/package.json b/packages/@n8n/api-types/package.json index 03a544a55cb..7a11f485de0 100644 --- a/packages/@n8n/api-types/package.json +++ b/packages/@n8n/api-types/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/api-types", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/backend-common/package.json b/packages/@n8n/backend-common/package.json index 95b41ce0185..7c8ac0e40dd 100644 --- a/packages/@n8n/backend-common/package.json +++ b/packages/@n8n/backend-common/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/backend-common", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/backend-network/package.json b/packages/@n8n/backend-network/package.json index 368a9a48392..1835b6c903e 100644 --- a/packages/@n8n/backend-network/package.json +++ b/packages/@n8n/backend-network/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/backend-network", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/backend-test-utils/package.json b/packages/@n8n/backend-test-utils/package.json index f8e90f8bd4f..f9db0099c72 100644 --- a/packages/@n8n/backend-test-utils/package.json +++ b/packages/@n8n/backend-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/backend-test-utils", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/benchmark/package.json b/packages/@n8n/benchmark/package.json index e6b7a764f30..4cb48414d42 100644 --- a/packages/@n8n/benchmark/package.json +++ b/packages/@n8n/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-benchmark", - "version": "2.11.0", + "version": "2.12.0", "description": "Cli for running benchmark tests for n8n", "main": "dist/index", "scripts": { diff --git a/packages/@n8n/chat-hub/package.json b/packages/@n8n/chat-hub/package.json index 237ec226af7..0f0c0931008 100644 --- a/packages/@n8n/chat-hub/package.json +++ b/packages/@n8n/chat-hub/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/chat-hub", - "version": "1.19.0", + "version": "1.20.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/cli/package.json b/packages/@n8n/cli/package.json index 41cf55b3717..adde7e0e75b 100644 --- a/packages/@n8n/cli/package.json +++ b/packages/@n8n/cli/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/cli", - "version": "0.7.0", + "version": "0.8.0", "description": "[beta] Client CLI for n8n — manage workflows, executions, and credentials from the terminal", "license": "LicenseRef-n8n-sustainable-use", "bin": { diff --git a/packages/@n8n/client-oauth2/package.json b/packages/@n8n/client-oauth2/package.json index defb4f417b7..d385da0e7f3 100644 --- a/packages/@n8n/client-oauth2/package.json +++ b/packages/@n8n/client-oauth2/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/client-oauth2", - "version": "1.8.0", + "version": "1.9.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/codemirror-lang-html/package.json b/packages/@n8n/codemirror-lang-html/package.json index b9dff8b0a8c..73fd4117644 100644 --- a/packages/@n8n/codemirror-lang-html/package.json +++ b/packages/@n8n/codemirror-lang-html/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/codemirror-lang-html", - "version": "1.4.0", + "version": "1.5.0", "description": "HTML + n8n expression language support for CodeMirror 6", "scripts": { "clean": "rimraf dist .turbo", diff --git a/packages/@n8n/codemirror-lang-sql/package.json b/packages/@n8n/codemirror-lang-sql/package.json index 0538e6c8e89..e842a0414ce 100644 --- a/packages/@n8n/codemirror-lang-sql/package.json +++ b/packages/@n8n/codemirror-lang-sql/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/codemirror-lang-sql", - "version": "1.8.0", + "version": "1.9.0", "description": "SQL + n8n expression language support for CodeMirror 6", "scripts": { "clean": "rimraf dist .turbo", diff --git a/packages/@n8n/codemirror-lang/package.json b/packages/@n8n/codemirror-lang/package.json index 12e8d3a42cf..fab15c03e3b 100644 --- a/packages/@n8n/codemirror-lang/package.json +++ b/packages/@n8n/codemirror-lang/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/codemirror-lang", - "version": "0.7.0", + "version": "0.8.0", "description": "Language support package for CodeMirror 6 in n8n", "sideEffects": false, "license": "MIT", diff --git a/packages/@n8n/computer-use/package.json b/packages/@n8n/computer-use/package.json index e006be6e7ab..5a460d413d0 100644 --- a/packages/@n8n/computer-use/package.json +++ b/packages/@n8n/computer-use/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/computer-use", - "version": "0.10.0", + "version": "0.11.0", "description": "Local AI gateway for n8n AI Assistant — filesystem, shell, screenshots, mouse/keyboard, and browser automation", "publishConfig": { "bin": { diff --git a/packages/@n8n/config/package.json b/packages/@n8n/config/package.json index d60355b3c12..f047dd059bb 100644 --- a/packages/@n8n/config/package.json +++ b/packages/@n8n/config/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/config", - "version": "2.24.0", + "version": "2.25.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/constants/package.json b/packages/@n8n/constants/package.json index 7ed3378a6ce..40f2615e380 100644 --- a/packages/@n8n/constants/package.json +++ b/packages/@n8n/constants/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/constants", - "version": "0.26.0", + "version": "0.27.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/crdt/package.json b/packages/@n8n/crdt/package.json index d9720f89b49..f2524c339fe 100644 --- a/packages/@n8n/crdt/package.json +++ b/packages/@n8n/crdt/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/crdt", - "version": "0.6.0", + "version": "0.7.0", "description": "CRDT abstraction layer for n8n collaborative editing", "scripts": { "clean": "rimraf dist .turbo", diff --git a/packages/@n8n/create-node/package.json b/packages/@n8n/create-node/package.json index ecce8cc4715..5234eaef1c4 100644 --- a/packages/@n8n/create-node/package.json +++ b/packages/@n8n/create-node/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/create-node", - "version": "0.34.0", + "version": "0.35.0", "description": "Official CLI to create new community nodes for n8n", "bin": { "create-node": "bin/create-node.cjs" diff --git a/packages/@n8n/db/package.json b/packages/@n8n/db/package.json index 561206d2a16..0026c21bc5a 100644 --- a/packages/@n8n/db/package.json +++ b/packages/@n8n/db/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/db", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo .tmp-schema-docs", "dev": "pnpm watch", diff --git a/packages/@n8n/decorators/package.json b/packages/@n8n/decorators/package.json index 7c8dd476048..ec280520590 100644 --- a/packages/@n8n/decorators/package.json +++ b/packages/@n8n/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/decorators", - "version": "1.26.0", + "version": "1.27.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/di/package.json b/packages/@n8n/di/package.json index 14d2447f3fd..d9046df62b8 100644 --- a/packages/@n8n/di/package.json +++ b/packages/@n8n/di/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/di", - "version": "0.13.0", + "version": "0.14.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/engine/package.json b/packages/@n8n/engine/package.json index 56fdc44fd4f..d2955b086e4 100644 --- a/packages/@n8n/engine/package.json +++ b/packages/@n8n/engine/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/engine", - "version": "0.6.0", + "version": "0.7.0", "description": "n8n workflow execution engine (v2)", "scripts": { "clean": "rimraf dist .turbo compiled", diff --git a/packages/@n8n/errors/package.json b/packages/@n8n/errors/package.json index 37e099079e4..0654c45bef0 100644 --- a/packages/@n8n/errors/package.json +++ b/packages/@n8n/errors/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/errors", - "version": "0.9.0", + "version": "0.10.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/eslint-plugin-community-nodes/package.json b/packages/@n8n/eslint-plugin-community-nodes/package.json index 21c4944b2c8..583141af27f 100644 --- a/packages/@n8n/eslint-plugin-community-nodes/package.json +++ b/packages/@n8n/eslint-plugin-community-nodes/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/eslint-plugin-community-nodes", "type": "module", - "version": "0.20.0", + "version": "0.21.0", "main": "./dist/plugin.js", "types": "./dist/plugin.d.ts", "exports": { diff --git a/packages/@n8n/expression-runtime/package.json b/packages/@n8n/expression-runtime/package.json index 3a80f36341b..eeaa1151200 100644 --- a/packages/@n8n/expression-runtime/package.json +++ b/packages/@n8n/expression-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/expression-runtime", - "version": "0.17.0", + "version": "0.18.0", "description": "Secure, isolated expression evaluation runtime for n8n", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/@n8n/extension-sdk/package.json b/packages/@n8n/extension-sdk/package.json index 496b710bab5..d6e73140707 100644 --- a/packages/@n8n/extension-sdk/package.json +++ b/packages/@n8n/extension-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/extension-sdk", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "files": [ "dist", diff --git a/packages/@n8n/imap/package.json b/packages/@n8n/imap/package.json index 07e2676f300..07cd662ec23 100644 --- a/packages/@n8n/imap/package.json +++ b/packages/@n8n/imap/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/imap", - "version": "0.21.0", + "version": "0.22.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/instance-ai/package.json b/packages/@n8n/instance-ai/package.json index cbb17554891..10b098e6145 100644 --- a/packages/@n8n/instance-ai/package.json +++ b/packages/@n8n/instance-ai/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/instance-ai", - "version": "1.11.0", + "version": "1.12.0", "scripts": { "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", diff --git a/packages/@n8n/mcp-apps/package.json b/packages/@n8n/mcp-apps/package.json index a8843370639..d41c5f19306 100644 --- a/packages/@n8n/mcp-apps/package.json +++ b/packages/@n8n/mcp-apps/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/mcp-apps", - "version": "0.3.0", + "version": "0.4.0", "description": "MCP Apps UI resources and server helpers for n8n", "main": "dist/server/index.js", "types": "dist/server/index.d.ts", diff --git a/packages/@n8n/mcp-browser/package.json b/packages/@n8n/mcp-browser/package.json index acc00cc65ff..a4df4837e48 100644 --- a/packages/@n8n/mcp-browser/package.json +++ b/packages/@n8n/mcp-browser/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/mcp-browser", - "version": "0.9.0", + "version": "0.10.0", "description": "Browser automation MCP tools built on Playwright, WebDriver BiDi, and safaridriver", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/@n8n/node-cli/package.json b/packages/@n8n/node-cli/package.json index 3cc9b483434..b7fd042e663 100644 --- a/packages/@n8n/node-cli/package.json +++ b/packages/@n8n/node-cli/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/node-cli", - "version": "0.35.0", + "version": "0.36.0", "description": "Official CLI for developing community nodes for n8n", "bin": { "n8n-node": "bin/n8n-node.mjs" diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index 78cea48e727..42134670f51 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "2.26.0", + "version": "2.27.0", "description": "", "main": "index.js", "exports": { diff --git a/packages/@n8n/permissions/package.json b/packages/@n8n/permissions/package.json index e8e6dd203e8..78c37472327 100644 --- a/packages/@n8n/permissions/package.json +++ b/packages/@n8n/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/permissions", - "version": "0.63.0", + "version": "0.64.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/scan-community-package/package.json b/packages/@n8n/scan-community-package/package.json index 06a9dd0544b..5bc6368aff7 100644 --- a/packages/@n8n/scan-community-package/package.json +++ b/packages/@n8n/scan-community-package/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/scan-community-package", - "version": "0.22.0", + "version": "0.23.0", "description": "Static code analyser for n8n community packages", "license": "LicenseRef-n8n-sustainable-use", "bin": "scanner/cli.mjs", diff --git a/packages/@n8n/syslog-client/package.json b/packages/@n8n/syslog-client/package.json index 79295151fe1..5f299c89ee4 100644 --- a/packages/@n8n/syslog-client/package.json +++ b/packages/@n8n/syslog-client/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/syslog-client", - "version": "1.5.0", + "version": "1.6.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/task-runner/package.json b/packages/@n8n/task-runner/package.json index 4a2f758a50c..c377cff4448 100644 --- a/packages/@n8n/task-runner/package.json +++ b/packages/@n8n/task-runner/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/task-runner", - "version": "2.26.0", + "version": "2.27.0", "scripts": { "clean": "rimraf dist .turbo", "start": "node dist/start.js", diff --git a/packages/@n8n/tournament/package.json b/packages/@n8n/tournament/package.json index a994e94adbf..6c641ececd6 100644 --- a/packages/@n8n/tournament/package.json +++ b/packages/@n8n/tournament/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/tournament", - "version": "1.3.0", + "version": "1.4.0", "description": "Output compatible rewrite of riot tmpl", "main": "dist/index.js", "module": "src/index.ts", diff --git a/packages/@n8n/typescript-config/package.json b/packages/@n8n/typescript-config/package.json index a910b23657c..99d107a1a42 100644 --- a/packages/@n8n/typescript-config/package.json +++ b/packages/@n8n/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/typescript-config", - "version": "1.5.0", + "version": "1.6.0", "type": "module", "files": [ "tsconfig.backend.json", diff --git a/packages/@n8n/utils/package.json b/packages/@n8n/utils/package.json index 584cdaf4620..c82fd2646e9 100644 --- a/packages/@n8n/utils/package.json +++ b/packages/@n8n/utils/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/utils", "type": "module", - "version": "1.34.0", + "version": "1.35.0", "files": [ "dist" ], diff --git a/packages/@n8n/vitest-config/package.json b/packages/@n8n/vitest-config/package.json index ee50e7a3909..a4b21367252 100644 --- a/packages/@n8n/vitest-config/package.json +++ b/packages/@n8n/vitest-config/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/vitest-config", - "version": "1.14.0", + "version": "1.15.0", "type": "module", "peerDependencies": { "vite": "catalog:", diff --git a/packages/@n8n/workflow-sdk/package.json b/packages/@n8n/workflow-sdk/package.json index cf6523bcf53..4e281f47881 100644 --- a/packages/@n8n/workflow-sdk/package.json +++ b/packages/@n8n/workflow-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/workflow-sdk", - "version": "0.19.0", + "version": "0.20.0", "description": "TypeScript SDK for programmatically creating n8n workflows", "exports": { ".": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a7e23e7852..10602a543d7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "2.26.0", + "version": "2.27.0", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 36e242792a8..0a3d67a2223 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "n8n-core", - "version": "2.26.0", + "version": "2.27.0", "description": "Core functionality of n8n", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/extensions/insights/package.json b/packages/extensions/insights/package.json index 6e0e2227e94..d384de75d03 100644 --- a/packages/extensions/insights/package.json +++ b/packages/extensions/insights/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-extension-insights", - "version": "0.13.0", + "version": "0.14.0", "type": "module", "files": [ "dist", diff --git a/packages/frontend/@n8n/chat/package.json b/packages/frontend/@n8n/chat/package.json index dd00ec4bc95..0d9a03e2492 100644 --- a/packages/frontend/@n8n/chat/package.json +++ b/packages/frontend/@n8n/chat/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/chat", - "version": "1.25.0", + "version": "1.26.0", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs", diff --git a/packages/frontend/@n8n/design-system/package.json b/packages/frontend/@n8n/design-system/package.json index 890b716cef7..2828eaa3c3f 100644 --- a/packages/frontend/@n8n/design-system/package.json +++ b/packages/frontend/@n8n/design-system/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@n8n/design-system", - "version": "2.25.0", + "version": "2.26.0", "main": "src/index.ts", "import": "src/index.ts", "scripts": { diff --git a/packages/frontend/@n8n/i18n/package.json b/packages/frontend/@n8n/i18n/package.json index e19834d7c38..9d941a024a9 100644 --- a/packages/frontend/@n8n/i18n/package.json +++ b/packages/frontend/@n8n/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/i18n", "type": "module", - "version": "2.26.0", + "version": "2.27.0", "files": [ "dist" ], diff --git a/packages/frontend/@n8n/rest-api-client/package.json b/packages/frontend/@n8n/rest-api-client/package.json index 48bb041890c..3b602ae27f6 100644 --- a/packages/frontend/@n8n/rest-api-client/package.json +++ b/packages/frontend/@n8n/rest-api-client/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/rest-api-client", "type": "module", - "version": "2.26.0", + "version": "2.27.0", "files": [ "dist" ], diff --git a/packages/frontend/@n8n/stores/package.json b/packages/frontend/@n8n/stores/package.json index 0444178992e..f3285cc4eec 100644 --- a/packages/frontend/@n8n/stores/package.json +++ b/packages/frontend/@n8n/stores/package.json @@ -1,7 +1,7 @@ { "name": "@n8n/stores", "type": "module", - "version": "2.26.0", + "version": "2.27.0", "files": [ "dist" ], diff --git a/packages/frontend/editor-ui/package.json b/packages/frontend/editor-ui/package.json index bc971cc9498..2777470942d 100644 --- a/packages/frontend/editor-ui/package.json +++ b/packages/frontend/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "2.26.0", + "version": "2.27.0", "description": "Workflow Editor UI for n8n", "main": "index.js", "type": "module", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index 910ac9a9e78..e712e0a15e9 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "2.26.0", + "version": "2.27.0", "description": "Base nodes of n8n", "main": "index.js", "scripts": { diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 2c6f529a37b..39bf3774b6d 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "n8n-workflow", - "version": "2.26.0", + "version": "2.27.0", "description": "Workflow base code of n8n", "types": "dist/esm/index.d.ts", "module": "dist/esm/index.js",