Skip to content

Commit 14f147d

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.2...v1.10.0) (2024-06-12) ### Bug Fixes * add utils and crud-client ([3deb68c](3deb68c)) * bump cocreate dependencies ([7a208b4](7a208b4)) * svg icon class ([6751907](6751907)) ### Features * define selectors to target and valu-types to parse for ([ebf446f](ebf446f))
1 parent 3583df9 commit 14f147d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.9.2...v1.10.0) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add utils and crud-client ([3deb68c](https://github.com/CoCreate-app/CoCreate-openai/commit/3deb68ca5ea482daef70ca958b20769172d0053c))
7+
* bump cocreate dependencies ([7a208b4](https://github.com/CoCreate-app/CoCreate-openai/commit/7a208b45e27860fbfc06398f84789fbc17896c78))
8+
* svg icon class ([6751907](https://github.com/CoCreate-app/CoCreate-openai/commit/6751907478791e9e4ab212fd24dd45c9bf32adff))
9+
10+
11+
### Features
12+
13+
* define selectors to target and valu-types to parse for ([ebf446f](https://github.com/CoCreate-app/CoCreate-openai/commit/ebf446f84b03fbcc00e4e21cb52e7975e22d02c5))
14+
115
## [1.9.2](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.9.1...v1.9.2) (2024-04-29)
216

317

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.9.2",
3+
"version": "1.10.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",
@@ -62,4 +62,4 @@
6262
"@cocreate/utils": "^1.33.7",
6363
"openai": "^4.19.0"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)