Skip to content

Commit 9cc4a4b

Browse files
chore(release): 1.0.12 [skip ci]
## [1.0.12](v1.0.11...v1.0.12) (2023-11-09) ### Bug Fixes * favicon.ico path ([818a1d6](818a1d6)) * meta name typo ([b717b25](b717b25)) * update crud methods ([ecfe922](ecfe922)) * update dependencies to the lates versions ([34aba71](34aba71)) * update host ([5d543b3](5d543b3))
1 parent 5d543b3 commit 9cc4a4b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.12](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.0.11...v1.0.12) (2023-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([818a1d6](https://github.com/CoCreate-app/CoCreate-openai/commit/818a1d676a07bc9644ae788e53377255ade742d1))
7+
* meta name typo ([b717b25](https://github.com/CoCreate-app/CoCreate-openai/commit/b717b251703faca3fcd44c8f771547296f79f05c))
8+
* update crud methods ([ecfe922](https://github.com/CoCreate-app/CoCreate-openai/commit/ecfe922aba84e5845a0959417987388c70e8cc10))
9+
* update dependencies to the lates versions ([34aba71](https://github.com/CoCreate-app/CoCreate-openai/commit/34aba71f9ffd0151fb69d615ab3b8631c39ea0b3))
10+
* update host ([5d543b3](https://github.com/CoCreate-app/CoCreate-openai/commit/5d543b324dfb9382a64d94caf4016ff9c5a008ea))
11+
112
## [1.0.11](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.0.10...v1.0.11) (2023-10-25)
213

314

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.0.11",
3+
"version": "1.0.12",
44
"description": "An intergration with openAI and CoCreateJS.",
55
"keywords": [
66
"openai",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/actions": "^1.12.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)