Skip to content

Commit

Permalink
🚀 Release 1.74.3 (#12678)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy authored Jan 17, 2025
1 parent 61f8ea7 commit c428bdc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.74.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.74.3) (2025-01-17)


### Bug Fixes

* **Postgres Chat Memory Node:** Do not terminate the connection pool ([#12674](https://github.com/n8n-io/n8n/issues/12674)) ([61f8ea7](https://github.com/n8n-io/n8n/commit/61f8ea7e976c0db8d159aa12b23dae45d92fe916))



## [1.74.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.74.2) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.74.2",
"version": "1.74.3",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.74.1",
"version": "1.74.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.74.2",
"version": "1.74.3",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.74.1",
"version": "1.74.2",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c428bdc

Please sign in to comment.