Skip to content

Commit a8e6d06

Browse files
chore(release): 1.21.13 [skip ci]
## [1.21.13](v1.21.12...v1.21.13) (2023-06-11) ### Bug Fixes * renamed db to storage ([a8114de](a8114de)) * renamed hosts to host. the value can be a string or an array of strings ([b748914](b748914))
1 parent a8114de commit a8e6d06

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.21.13](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.21.12...v1.21.13) (2023-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* renamed db to storage ([a8114de](https://github.com/CoCreate-app/CoCreate-crud-client/commit/a8114ded2a38fd7b5d5ed66fd3d5d106537ac5fa))
7+
* renamed hosts to host. the value can be a string or an array of strings ([b748914](https://github.com/CoCreate-app/CoCreate-crud-client/commit/b7489143566cc7200ce79cc0b1c116d722f01529))
8+
19
## [1.21.12](https://github.com/CoCreate-app/CoCreate-crud-client/compare/v1.21.11...v1.21.12) (2023-06-10)
210

311

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