Skip to content

Commit 8de084d

Browse files
🚀 Release 1.94.1 (#15736)
Co-authored-by: elsmr <[email protected]>
1 parent 76ecc6b commit 8de084d

File tree

8 files changed

+23
-7
lines changed

8 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.94.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.94.1) (2025-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Community packages update check ([#15684](https://github.com/n8n-io/n8n/issues/15684)) ([76ecc6b](https://github.com/n8n-io/n8n/commit/76ecc6bc622bff4b73c6af759ad4f69632644908))
7+
* **core:** Fix community package installation on windows ([#15685](https://github.com/n8n-io/n8n/issues/15685)) ([17e743b](https://github.com/n8n-io/n8n/commit/17e743b6953822bb2928e836e5d8dc58a9863a1d))
8+
* **Jira Software Node:** Use old endpoints to get all issues on self-hosted instances ([#15591](https://github.com/n8n-io/n8n/issues/15591)) ([08afc16](https://github.com/n8n-io/n8n/commit/08afc165c1658107b66b60afe0ce5caa9be5ee5e))
9+
10+
11+
### Features
12+
13+
* **editor:** Distinguish official verified nodes from community built nodes ([#15630](https://github.com/n8n-io/n8n/issues/15630)) ([927d84b](https://github.com/n8n-io/n8n/commit/927d84b3a89dc7785bd60a539fd5e24b117ea868))
14+
15+
16+
117
# [1.94.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.94.0) (2025-05-19)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.94.0",
3+
"version": "1.94.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/nodes-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.94.0",
3+
"version": "1.94.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.94.0",
3+
"version": "1.94.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/@n8n/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/design-system",
3-
"version": "1.82.0",
3+
"version": "1.82.1",
44
"main": "src/index.ts",
55
"import": "src/index.ts",
66
"scripts": {

packages/frontend/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.94.0",
3+
"version": "1.94.1",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

packages/nodes-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.93.0",
3+
"version": "1.93.1",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)