Skip to content

Commit e4322ae

Browse files
🚀 Release 1.92.1 (#15136)
Co-authored-by: OlegIvaniv <[email protected]>
1 parent 6a8ed36 commit e4322ae

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.92.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.92.1) (2025-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Revert AI nodes batching ([#15129](https://github.com/n8n-io/n8n/issues/15129)) ([6a8ed36](https://github.com/n8n-io/n8n/commit/6a8ed36ead3167e738148a874bb76b27da3f38cb))
7+
8+
9+
110
# [1.92.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.92.0) (2025-05-05)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.92.0",
3+
"version": "1.92.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.92.0",
3+
"version": "1.92.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.92.0",
3+
"version": "1.92.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)