Skip to content

Commit

Permalink
🚀 Release 1.70.1 (#11971)
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 authored Nov 29, 2024
1 parent e4e5077 commit 2fe181a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.70.1](https://github.com/n8n-io/n8n/compare/[email protected]@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/[email protected]@1.70.0) (2024-11-27)


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.70.0",
"version": "1.70.1",
"private": true,
"engines": {
"node": ">=20.15",
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.70.0",
"version": "1.70.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2fe181a

Please sign in to comment.