Skip to content

Commit

Permalink
🚀 Release 1.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Aug 15, 2024
1 parent c32ba82 commit 4ead40a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.55.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.55.1) (2024-08-15)


### Bug Fixes

* **core:** Fix payload property in `workflow-post-execute` event ([#10413](https://github.com/n8n-io/n8n/issues/10413)) ([94423be](https://github.com/n8n-io/n8n/commit/94423be77e34624779d6ab068aff322d4ab2407f))
* **core:** Use explicit types in configs to ensure valid decorator metadata ([#10433](https://github.com/n8n-io/n8n/issues/10433)) ([c32ba82](https://github.com/n8n-io/n8n/commit/c32ba823df6808592b6825486bb177663a093f28))
* Project Viewer always seeing a connection error when testing credentials ([#10417](https://github.com/n8n-io/n8n/issues/10417)) ([5edd513](https://github.com/n8n-io/n8n/commit/5edd51368179411c16b54b622b1f391bbdc77dd9))



# [1.55.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.55.0) (2024-08-14)


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.55.0",
"version": "1.55.1",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
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.55.0",
"version": "1.55.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4ead40a

Please sign in to comment.