File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [1.109.2](https://github.com/n8n-io/n8n/compare/n8n@1.109.1...n8n@1.109.2) (2025-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Basic LLM Chain Node:** Remove fallback connection on lower versions ([#19053](https://github.com/n8n-io/n8n/issues/19053)) ([e59152e](https://github.com/n8n-io/n8n/commit/e59152ec35d6d604690520e9772c5cfceeb2a04c))
7
+ * **core:** Fix OIDC configuration update path ([#19065](https://github.com/n8n-io/n8n/issues/19065)) ([c0a7bbb](https://github.com/n8n-io/n8n/commit/c0a7bbb5a3edfdb1fa7cd947d76550a401866af9))
8
+
9
+
10
+
1
11
## [1.109.1](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.109.1) (2025-08-27)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-monorepo" ,
3
- "version" : " 1.109.1 " ,
3
+ "version" : " 1.109.2 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=22.16" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @n8n/n8n-nodes-langchain" ,
3
- "version" : " 1.108.0 " ,
3
+ "version" : " 1.108.1 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n" ,
3
- "version" : " 1.109.1 " ,
3
+ "version" : " 1.109.2 " ,
4
4
"description" : " n8n Workflow Automation Tool" ,
5
5
"main" : " dist/index" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @n8n/i18n" ,
3
3
"type" : " module" ,
4
- "version" : " 1.13.0 " ,
4
+ "version" : " 1.13.1 " ,
5
5
"files" : [
6
6
" dist"
7
7
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-editor-ui" ,
3
- "version" : " 1.109.1 " ,
3
+ "version" : " 1.109.2 " ,
4
4
"description" : " Workflow Editor UI for n8n" ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments