Skip to content

Commit 540bd8f

Browse files
🚀 Release 0.231.3 (#6470)
Co-authored-by: netroy <netroy@users.noreply.github.com>
1 parent c5d2281 commit 540bd8f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.231.3](https://github.com/n8n-io/n8n/compare/n8n@0.231.2...n8n@0.231.3) (2023-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix the url sent in the password-reset emails ([#6466](https://github.com/n8n-io/n8n/issues/6466)) ([c5d2281](https://github.com/n8n-io/n8n/commit/c5d2281d97c4d2c5026e3ef6682962a5e6d5ffd8))
7+
8+
9+
110
## [0.231.2](https://github.com/n8n-io/n8n/compare/n8n@0.231.1...n8n@0.231.2) (2023-06-14)
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",
3-
"version": "0.231.2",
3+
"version": "0.231.3",
44
"private": true,
55
"homepage": "https://n8n.io",
66
"engines": {

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": "0.231.2",
3+
"version": "0.231.3",
44
"description": "n8n Workflow Automation Tool",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

0 commit comments

Comments
 (0)