Skip to content

Commit

Permalink
🚀 Release 1.68.1 (#11892)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and netroy authored Nov 26, 2024
1 parent 66403ce commit b6db674
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.68.1](https://github.com/n8n-io/n8n/compare/n8n@1.68.0...n8n@1.68.1) (2024-11-26)


### Bug Fixes

* **core:** Fix broken execution query when using projectId ([#11852](https://github.com/n8n-io/n8n/issues/11852)) ([0ef9c3c](https://github.com/n8n-io/n8n/commit/0ef9c3c6846e63a691e5b60a6f829ac14b4873f2))
* **editor:** Fix AI assistant loading message layout ([#11819](https://github.com/n8n-io/n8n/issues/11819)) ([830f68a](https://github.com/n8n-io/n8n/commit/830f68a96004418a8c79a6f710712b94d94fa0af))
* **editor:** Restore workers view ([#11876](https://github.com/n8n-io/n8n/issues/11876)) ([66403ce](https://github.com/n8n-io/n8n/commit/66403cefc53750b0992220b3b14654bf1b52e16d))



# [1.68.0](https://github.com/n8n-io/n8n/compare/n8n@1.67.0...n8n@1.68.0) (2024-11-13)


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.68.0",
"version": "1.68.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.68.0",
"version": "1.68.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-design-system",
"version": "1.58.0",
"version": "1.58.1",
"main": "src/main.ts",
"import": "src/main.ts",
"scripts": {
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.68.0",
"version": "1.68.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b6db674

Please sign in to comment.