Skip to content

Commit b40ec62

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.1...v1.9.0) (2024-04-26) ### Bug Fixes * mereg ([0ddef1e](0ddef1e)) * replaced keyword spaces with hyphens and lowercase letters only ([2ff22b6](2ff22b6)) * update method to match openai model ([1e0ed6e](1e0ed6e)) * update to support lazyloader (server) ([bd1ef2d](bd1ef2d)) ### Features * server side handled dynamically using lazyloader (server) ([cd718d5](cd718d5))
1 parent 0ddef1e commit b40ec62

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.8.1...v1.9.0) (2024-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* mereg ([0ddef1e](https://github.com/CoCreate-app/CoCreate-openai/commit/0ddef1eac2e66beeb35bc38e476627998a43b992))
7+
* replaced keyword spaces with hyphens and lowercase letters only ([2ff22b6](https://github.com/CoCreate-app/CoCreate-openai/commit/2ff22b66eff57a18035d4653fbba3d1b95dd3b20))
8+
* update method to match openai model ([1e0ed6e](https://github.com/CoCreate-app/CoCreate-openai/commit/1e0ed6efbe2bdb9202d2dd45e234fcb75b33e602))
9+
* update to support lazyloader (server) ([bd1ef2d](https://github.com/CoCreate-app/CoCreate-openai/commit/bd1ef2d855022efa400d77fe8a13005c313146ca))
10+
11+
12+
### Features
13+
14+
* server side handled dynamically using lazyloader (server) ([cd718d5](https://github.com/CoCreate-app/CoCreate-openai/commit/cd718d5baaafd6c30aa58526b2e7476e3fec2e2b))
15+
116
## [1.8.1](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.8.0...v1.8.1) (2024-04-26)
217

318

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.8.1",
3+
"version": "1.9.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)