mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
🚀 Release 1.121.2 (#22080)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
parent
42483582cc
commit
b98f511667
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## [1.121.2](https://github.com/n8n-io/n8n/compare/n8n@1.121.1...n8n@1.121.2) (2025-11-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** Fix mcp access scope issue ([#22031](https://github.com/n8n-io/n8n/issues/22031)) ([6335c88](https://github.com/n8n-io/n8n/commit/6335c885904aa093d7cf828482ef0a3dde7ba81e))
|
||||
* **editor:** Notice background colors ([#22044](https://github.com/n8n-io/n8n/issues/22044)) ([610594e](https://github.com/n8n-io/n8n/commit/610594ea36a7ecbe7344f5d4b12654245ba2db71))
|
||||
|
||||
|
||||
|
||||
## [1.121.1](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.121.1) (2025-11-19)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.121.1",
|
||||
"version": "1.121.2",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@n8n/backend-test-utils",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "pnpm watch",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@n8n/db",
|
||||
"version": "0.32.1",
|
||||
"version": "0.32.2",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
"dev": "pnpm watch",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n",
|
||||
"version": "1.121.1",
|
||||
"version": "1.121.2",
|
||||
"description": "n8n Workflow Automation Tool",
|
||||
"main": "dist/index",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@n8n/chat",
|
||||
"version": "0.66.0",
|
||||
"version": "0.66.1",
|
||||
"scripts": {
|
||||
"dev": "pnpm run storybook",
|
||||
"build": "pnpm build:vite && pnpm build:bundle",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "@n8n/design-system",
|
||||
"version": "1.108.0",
|
||||
"version": "1.108.1",
|
||||
"main": "src/index.ts",
|
||||
"import": "src/index.ts",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-editor-ui",
|
||||
"version": "1.121.1",
|
||||
"version": "1.121.2",
|
||||
"description": "Workflow Editor UI for n8n",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user