Skip to content

Commit e3c846b

Browse files
🚀 Release 1.86.1 (#14490)
Co-authored-by: netroy <[email protected]>
1 parent 1c6b797 commit e3c846b

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.86.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.86.1) (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **Code Node:** Use an explicit `indexURL` to load the pyodide runtime ([#14487](https://github.com/n8n-io/n8n/issues/14487)) ([1c6b797](https://github.com/n8n-io/n8n/commit/1c6b797c4919c7f47bee16032d79b0fc597f10ca))
7+
8+
9+
110
# [1.86.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.86.0) (2025-03-31)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.86.0",
3+
"version": "1.86.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

packages/@n8n/nodes-langchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.86.0",
3+
"version": "1.86.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.86.0",
3+
"version": "1.86.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/nodes-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.85.0",
3+
"version": "1.85.1",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)