Skip to content

Commit 7abba33

Browse files
chore(release): 1.65.0 [skip ci]
# [1.65.0](v1.64.0...v1.65.0) (2023-11-19) ### Bug Fixes * add actions=openai selector ([d06a22f](d06a22f)) * filter-name renamed to filter-key ([40e3765](40e3765)) * update openai plugin ([ac2f9f6](ac2f9f6)) ### Features * update cocreate dependencies for the latest features ([6b75cd2](6b75cd2))
1 parent 6b75cd2 commit 7abba33

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.65.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.64.0...v1.65.0) (2023-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add actions=openai selector ([d06a22f](https://github.com/CoCreate-app/CoCreateJS/commit/d06a22f8ac6358331b98c400bdcb3c3be8d250be))
7+
* filter-name renamed to filter-key ([40e3765](https://github.com/CoCreate-app/CoCreateJS/commit/40e376539bd0253add23657e8faa178dbd2df218))
8+
* update openai plugin ([ac2f9f6](https://github.com/CoCreate-app/CoCreateJS/commit/ac2f9f6101368d841b4ceac9a454cc66bb06f298))
9+
10+
11+
### Features
12+
13+
* update cocreate dependencies for the latest features ([6b75cd2](https://github.com/CoCreate-app/CoCreateJS/commit/6b75cd2aa65e2ff765984130f730ae29b26ad5b6))
14+
115
# [1.64.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.63.0...v1.64.0) (2023-11-12)
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/cocreatejs",
3-
"version": "1.64.0",
3+
"version": "1.65.0",
44
"description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.",
55
"keywords": [
66
"cocreatejs",
@@ -132,4 +132,4 @@
132132
"@cocreate/validation": "^1.11.12",
133133
"@cocreate/vdom": "^1.9.9"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)