🚀 Release 1.73.1 (#12316)

Co-authored-by: r00gm <22072110+r00gm@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-12-19 16:03:28 +01:00 committed by GitHub
parent 22ba3d21fc
commit e56d13245e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,12 @@
## [1.73.1](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@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/n8n@1.72.0...n8n@1.73.0) (2024-12-19)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.73.0",
"version": "1.73.1",
"private": true,
"engines": {
"node": ">=20.15",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.73.0",
"version": "1.73.1",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -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",

View file

@ -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": {