🚀 Release 1.70.1 (#11971)

Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-29 12:44:48 +01:00 committed by GitHub
parent e4e5077ddc
commit 2fe181ad89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
## [1.70.1](https://github.com/n8n-io/n8n/compare/n8n@1.70.0...n8n@1.70.1) (2024-11-29)
### Bug Fixes
* **editor:** Fix bug causing connection lines to disappear when hovering stickies ([#11950](https://github.com/n8n-io/n8n/issues/11950)) ([c018b63](https://github.com/n8n-io/n8n/commit/c018b63eea7bfc5478ffa2f9ab79379716cabb60))
* **editor:** Fix pin data showing up in production executions on new canvas ([#11951](https://github.com/n8n-io/n8n/issues/11951)) ([e4e5077](https://github.com/n8n-io/n8n/commit/e4e5077ddcdbc2af90decf6d6e8e2b64b0a38370))
# [1.70.0](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.70.0) (2024-11-27)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.70.0",
"version": "1.70.1",
"private": true,
"engines": {
"node": ">=20.15",

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.70.0",
"version": "1.70.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.70.0",
"version": "1.70.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {