Skip to content

Commit 375a9ab

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2023-11-19) ### Bug Fixes * client.js file name and relocated openai to server ([f564017](f564017)) * path ([bcd46c8](bcd46c8)) ### Features * export function send ([321acb6](321acb6)) * update dependecies for th latest features and bug fixes ([bdb3319](bdb3319)) * use params recieved from client ([68f36ce](68f36ce))
1 parent bdb3319 commit 375a9ab

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.1.0...v1.2.0) (2023-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* client.js file name and relocated openai to server ([f564017](https://github.com/CoCreate-app/CoCreate-openai/commit/f564017be824489fd1f0192c12cb077678082771))
7+
* path ([bcd46c8](https://github.com/CoCreate-app/CoCreate-openai/commit/bcd46c8ec1bb64e1c2440d23490123d3d1036167))
8+
9+
10+
### Features
11+
12+
* export function send ([321acb6](https://github.com/CoCreate-app/CoCreate-openai/commit/321acb61e467e417e7f7cf6f920188b940498106))
13+
* update dependecies for th latest features and bug fixes ([bdb3319](https://github.com/CoCreate-app/CoCreate-openai/commit/bdb3319cb171d1176d85f3395cc11accd235bc14))
14+
* use params recieved from client ([68f36ce](https://github.com/CoCreate-app/CoCreate-openai/commit/68f36ce9f08bc4c68a38beccd45e65e7f696186c))
15+
116
# [1.1.0](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.0.14...v1.1.0) (2023-11-18)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/openai",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "An intergration with openAI and CoCreateJS.",
55
"keywords": [
66
"openai",
@@ -62,4 +62,4 @@
6262
"@cocreate/actions": "^1.12.4",
6363
"openai": "^4.19.0"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)