Skip to content

Commit

Permalink
🚀 Release 1.73.1 (#12316)
Browse files Browse the repository at this point in the history
Co-authored-by: r00gm <[email protected]>
  • Loading branch information
github-actions[bot] and r00gm authored Dec 19, 2024
1 parent 22ba3d2 commit e56d132
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.73.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.73.1) (2024-12-19)


### Bug Fixes

* **OpenAI Node:** Add quotes to default base URL ([#12312](https://github.com/n8n-io/n8n/issues/12312)) ([22ba3d2](https://github.com/n8n-io/n8n/commit/22ba3d21fceb1592ffc303caaf04c871eba509ff))



# [1.73.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.73.0) (2024-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.73.0",
"version": "1.73.1",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.73.0",
"version": "1.73.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.73.0",
"version": "1.73.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.73.0",
"version": "1.73.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e56d132

Please sign in to comment.