Skip to content

Commit 2946ce6

Browse files
🚀 Release 1.95.1 (#15735)
Co-authored-by: elsmr <[email protected]>
1 parent 4e61ff7 commit 2946ce6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.95.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.95.1) (2025-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Community packages update check ([#15684](https://github.com/n8n-io/n8n/issues/15684)) ([5ed1306](https://github.com/n8n-io/n8n/commit/5ed13065f1d9b7c84a2f97a915c754563a04b6c3))
7+
8+
9+
110
# [1.95.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.95.0) (2025-05-26)
211

312

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.95.0",
3+
"version": "1.95.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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.95.0",
3+
"version": "1.95.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

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.95.0",
3+
"version": "1.95.1",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)