Skip to content

Commit 1dd199e

Browse files
committed
bumped version. code cleanup.
1 parent e8e15d1 commit 1dd199e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ After installation, find your node in the **AI** palette category labeled "OpenA
4040
- **Configurable and Flexible**: Adapt to a wide range of project requirements, making it easy to integrate AI into your IoT solutions.
4141
- **Powerful Combinations**: Utilize Node-RED's diverse nodes to build complex, AI-driven IoT workflows with ease.
4242

43-
## Release Notes (v1.7.1)
43+
## Release Notes (v1.7.2)
4444

45-
- **Chores**: Cleaned up node JavaScript to improve stability and performance.
45+
- **Ehancement**: Returning request `msg` object with error responses.
46+
- **Chores**: Linting.
4647

4748
## What's New in Version 1.x
4849

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inductiv/node-red-openai-api",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Enhance your Node-RED projects with advanced AI capabilities.",
55
"main": "node.js",
66
"engines": {

0 commit comments

Comments
 (0)