Skip to content

Commit

Permalink
🚀 Release 1.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Aug 8, 2024
1 parent 6677033 commit e46951a
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.53.2](https://github.com/n8n-io/n8n/compare/n8n@1.53.1...n8n@1.53.2) (2024-08-08)


### Bug Fixes

* **core:** VM2 sandbox should not throw on `new Promise` ([#10298](https://github.com/n8n-io/n8n/issues/10298)) ([6677033](https://github.com/n8n-io/n8n/commit/6677033272662e4527e5bbd64b1a98f057f90708))



## [1.53.1](https://github.com/n8n-io/n8n/compare/n8n@1.53.0...n8n@1.53.1) (2024-08-02)


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.53.1",
"version": "1.53.2",
"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.53.1",
"version": "1.53.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.53.1",
"version": "1.53.2",
"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.53.1",
"version": "1.53.2",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e46951a

Please sign in to comment.