Skip to content

Commit f24ce8f

Browse files
chore(release): 1.11.3 [skip ci]
## [1.11.3](v1.11.2...v1.11.3) (2024-06-30) ### Bug Fixes * parser uses match to return matched content only ([154e2d0](154e2d0))
1 parent 154e2d0 commit f24ce8f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.11.3](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.11.2...v1.11.3) (2024-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* parser uses match to return matched content only ([154e2d0](https://github.com/CoCreate-app/CoCreate-openai/commit/154e2d0205f6a61eb41f213a047f2406e39ae3e4))
7+
18
## [1.11.2](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.11.1...v1.11.2) (2024-06-23)
29

310

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