Skip to content

Commit cb04644

Browse files
chore(release): 1.0.13 [skip ci]
## [1.0.13](v1.0.12...v1.0.13) (2023-11-12) ### Bug Fixes * bump dependencies for latest features ([9a82b7f](9a82b7f)) * relocated persit function out of init ([4385554](4385554)) * removed manifest from demo ([2896b36](2896b36))
1 parent 9a82b7f commit cb04644

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.13](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.0.12...v1.0.13) (2023-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies for latest features ([9a82b7f](https://github.com/CoCreate-app/CoCreate-openai/commit/9a82b7f7adfb5602ab0d56d3283ffefaf5523932))
7+
* relocated persit function out of init ([4385554](https://github.com/CoCreate-app/CoCreate-openai/commit/4385554a524184d9964fefef3eedb43ae530ce53))
8+
* removed manifest from demo ([2896b36](https://github.com/CoCreate-app/CoCreate-openai/commit/2896b360ab11cf59cccfefef453d3416bbedb580))
9+
110
## [1.0.12](https://github.com/CoCreate-app/CoCreate-openai/compare/v1.0.11...v1.0.12) (2023-11-09)
211

312

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

0 commit comments

Comments
 (0)