Skip to content

Commit c4195e7

Browse files
chore(release): 1.34.1 [skip ci]
## [1.34.1](v1.34.0...v1.34.1) (2024-12-14) ### Bug Fixes * (send) improved logic for handeling data after indexeddb. ([71e7151](71e7151)) * if type === object ([b3d00bb](b3d00bb)) * send over socket if object returned has ony the document_id ([f168bab](f168bab))
1 parent b3d00bb commit c4195e7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.34.1](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.34.0...v1.34.1) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* (send) improved logic for handeling data after indexeddb. ([71e7151](https://github.com/CoCreate-app/CoCreate-crud-client/commit/71e71510aeb324c92408d7724851b2af132029b5))
7+
* if type === object ([b3d00bb](https://github.com/CoCreate-app/CoCreate-crud-client/commit/b3d00bb567bb1af0db832b5164e95e3af6c69bf5))
8+
* send over socket if object returned has ony the document_id ([f168bab](https://github.com/CoCreate-app/CoCreate-crud-client/commit/f168babb8252d6515c46af47511be33bb4e38a03))
9+
110
# [1.34.0](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.33.14...v1.34.0) (2024-11-04)
211

312

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.0",
3+
"version": "1.34.1",
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)