Skip to content

Commit 5975d74

Browse files
chore(release): 1.12.2 [skip ci]
## [1.12.2](v1.12.1...v1.12.2) (2025-05-01) ### Bug Fixes * added css-loader ([8eaca6c](8eaca6c)) * update [@cocreate](https://github.com/cocreate) dependencies ([8b19c75](8b19c75)) * update query attributes ([e776922](e776922)) * updated cocreate modules versions ([769f26d](769f26d))
1 parent 8b19c75 commit 5975d74

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.12.1...v1.12.2) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([8eaca6c](https://github.com/CoCreate-app/CoCreate-openai/commit/8eaca6cc2b5ad7495d5823d16cf0082050aef93a))
7+
* update [@cocreate](https://github.com/cocreate) dependencies ([8b19c75](https://github.com/CoCreate-app/CoCreate-openai/commit/8b19c7508a895228b167699869ae4701e766aed8))
8+
* update query attributes ([e776922](https://github.com/CoCreate-app/CoCreate-openai/commit/e7769225ab72887243bca9f5cc92446a2f8db949))
9+
* updated cocreate modules versions ([769f26d](https://github.com/CoCreate-app/CoCreate-openai/commit/769f26dd6454b93e97b03c0fa6d17bfe19d8c5be))
10+
111
## [1.12.1](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.12.0...v1.12.1) (2025-04-11)
212

313

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.12.1",
3+
"version": "1.12.2",
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",
@@ -58,4 +58,4 @@
5858
"@cocreate/utils": "^1.39.0",
5959
"openai": "^4.19.0"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)