Skip to content

Commit 6fa7406

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.4...v1.8.0) (2024-04-26) ### Bug Fixes * update method to match openai model ([24bd449](24bd449)) * update to support lazyloader (server) ([e6ef534](e6ef534)) ### Features * server side handled dynamically using lazyloader (server) ([03d5f5d](03d5f5d))
1 parent e6ef534 commit 6fa7406

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.7.4...v1.8.0) (2024-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* update method to match openai model ([24bd449](https://github.com/CoCreate-app/CoCreate-openai/commit/24bd4494bab7da7bc2a83232ecb7da048c8ac3a7))
7+
* update to support lazyloader (server) ([e6ef534](https://github.com/CoCreate-app/CoCreate-openai/commit/e6ef53475c2bc5efb6abf393f27f966ceef13fc4))
8+
9+
10+
### Features
11+
12+
* server side handled dynamically using lazyloader (server) ([03d5f5d](https://github.com/CoCreate-app/CoCreate-openai/commit/03d5f5d23d325854d0b8264cd828a32cbc8e535f))
13+
114
## [1.7.4](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.7.3...v1.7.4) (2024-03-18)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/openai",
3-
"version": "1.7.4",
3+
"version": "1.8.0",
44
"description": "Integrates OpenAI's API into web applications, offering easy access to AI-driven features via a JavaScript object interface and HTML5 attributes.",
55
"keywords": [
66
"openai",

0 commit comments

Comments
 (0)