Skip to content

Commit

Permalink
🚀 Release 1.69.1 (#11867)
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 25, 2024
1 parent 74261da commit 9709d3e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.69.1](https://github.com/n8n-io/n8n/compare/n8n@1.69.0...n8n@1.69.1) (2024-11-25)


### Bug Fixes

* **core:** Bring back execution data on the `executionFinished` push message ([#11821](https://github.com/n8n-io/n8n/issues/11821)) ([55ae09a](https://github.com/n8n-io/n8n/commit/55ae09af786aff206964f08bf4c6b2399d7719be))
* **core:** Fix broken execution query when using projectId ([#11852](https://github.com/n8n-io/n8n/issues/11852)) ([74261da](https://github.com/n8n-io/n8n/commit/74261dadeca81d314e33563f4c63a1beeb0b094b))
* **editor:** Fix AI assistant loading message layout ([#11819](https://github.com/n8n-io/n8n/issues/11819)) ([5f98dd4](https://github.com/n8n-io/n8n/commit/5f98dd477395aada0d62369aa394984549b2f454))



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


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.69.0",
"version": "1.69.1",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "0.7.0",
"version": "0.7.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.69.0",
"version": "1.69.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.59.0",
"version": "1.59.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.69.0",
"version": "1.69.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9709d3e

Please sign in to comment.