Skip to content

Commit 0b1c556

Browse files
🚀 Release 1.81.2 (#13586)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
1 parent 127f213 commit 0b1c556

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.81.2](https://github.com/n8n-io/n8n/compare/n8n@1.81.1...n8n@1.81.2) (2025-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **editor:** Add workflows to the store when fetching current page ([#13583](https://github.com/n8n-io/n8n/issues/13583)) ([127f213](https://github.com/n8n-io/n8n/commit/127f21366c1c66471f379a59b07587d8380e2ed9))
7+
* **editor:** Undo keybinding changes related to window focus/blur events ([#13559](https://github.com/n8n-io/n8n/issues/13559)) ([ee07621](https://github.com/n8n-io/n8n/commit/ee07621df1921dabe93a57dc367a051669ef650b))
8+
* **Postgres Node:** Accommodate null values in query parameters for expressions ([#13544](https://github.com/n8n-io/n8n/issues/13544)) ([bdb1870](https://github.com/n8n-io/n8n/commit/bdb1870e7feb187863fabb6ee8a20fcb381b5c2d))
9+
10+
11+
112
## [1.81.1](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.81.1) (2025-02-27)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/editor-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

packages/nodes-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.80.1",
3+
"version": "1.80.2",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)