Skip to content

Commit 6f8f2fc

Browse files
chore(release): 1.34.4 [skip ci]
## [1.34.4](v1.34.3...v1.34.4) (2025-11-16) ### Bug Fixes * simplify object length check in sync method ([f9633f5](f9633f5))
1 parent f9633f5 commit 6f8f2fc

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.34.4](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.34.3...v1.34.4) (2025-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* simplify object length check in sync method ([f9633f5](https://github.com/CoCreate-app/CoCreate-crud-client/commit/f9633f5694f676c5e9f4d1ebc49aa02551c0889e))
7+
18
## [1.34.3](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.34.2...v1.34.3) (2025-05-01)
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/crud-client",
3-
"version": "1.34.3",
3+
"version": "1.34.4",
44
"description": "An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"crud-client",

0 commit comments

Comments
 (0)