1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-17 00:50:42 +03:00

🚀 Release 1.19.3 (#7885)

## [1.19.3](https://github.com/n8n-io/n8n/compare/n8n@1.19.2...n8n@1.19.3) (2023-11-30)


### Bug Fixes

* **editor:** Fix deletion of last execution at execution preview
([#7883](https://github.com/n8n-io/n8n/issues/7883))
([617ae2b](617ae2b6b1))

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
github-actions[bot] 2023-11-30 13:31:54 +01:00 committed by GitHub
parent 617ae2b6b1
commit 806e383029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 7 deletions

View File

@ -40,7 +40,7 @@ jobs:
context: ./docker/images/n8n
build-args: |
N8N_VERSION=${{ steps.vars.outputs.tag }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: |

View File

@ -1,3 +1,12 @@
## [1.19.3](https://github.com/n8n-io/n8n/compare/n8n@1.19.2...n8n@1.19.3) (2023-11-30)
### Bug Fixes
* **editor:** Fix deletion of last execution at execution preview ([#7883](https://github.com/n8n-io/n8n/issues/7883)) ([617ae2b](https://github.com/n8n-io/n8n/commit/617ae2b6b133f25ca61e15db2525ca64e4db3f18))
## [1.19.2](https://github.com/n8n-io/n8n/compare/n8n@1.19.1...n8n@1.19.2) (2023-11-29)

View File

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.19.2",
"version": "1.19.3",
"private": true,
"homepage": "https://n8n.io",
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.19.2",
"version": "1.19.3",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.19.0",
"version": "1.19.3",
"description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.19.1",
"version": "1.19.3",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.19.1",
"version": "1.19.3",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.19.0",
"version": "1.19.3",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",