Skip to content

Commit

Permalink
🚀 Release 1.59.3 (#10870)
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 committed Sep 18, 2024
1 parent a2e1a57 commit b49af8c
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.59.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.59.3) (2024-09-18)


### Bug Fixes

* **core:** Upgrade `uuid` ([#10860](https://github.com/n8n-io/n8n/issues/10860)) ([5657b6a](https://github.com/n8n-io/n8n/commit/5657b6a5b7f22250dacf180c97fa70f21d6aa585))



## [1.59.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.59.2) (2024-09-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.59.2",
"version": "1.59.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.59.0",
"version": "1.59.1",
"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.59.2",
"version": "1.59.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.59.0",
"version": "1.59.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b49af8c

Please sign in to comment.