Skip to content

Commit dda9371

Browse files
chore(release): 1.4.13 [skip ci]
## [1.4.13](v1.4.12...v1.4.13) (2022-12-04) ### Bug Fixes * bump @cocreate/crud-client ([eb3af29](eb3af29)) * bump dependencies ([19d7f2a](19d7f2a))
1 parent 19d7f2a commit dda9371

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## [1.4.13](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.12...v1.4.13) (2022-12-04)
22

33

4+
### Bug Fixes
5+
6+
* bump @cocreate/crud-client ([eb3af29](https://github.com/CoCreate-app/CoCreate-docs/commit/eb3af29e075113b67d75dc949653e3e3acd8b009))
7+
* bump dependencies ([19d7f2a](https://github.com/CoCreate-app/CoCreate-docs/commit/19d7f2a43445401091cb8ff8a3ee119d5c45ebeb))
8+
9+
## [1.4.13](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.12...v1.4.13) (2022-12-04)
10+
11+
412
### Bug Fixes
513

614
* bump @cocreate/crud-client ([eb3af29](https://github.com/CoCreate-app/CoCreate-docs/commit/eb3af29e075113b67d75dc949653e3e3acd8b009))

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@cocreate/docs",
33
"version": "1.4.13",
44
"description": "Documentation generator ",
5-
"keywords": ["cocreate", "lowcode", "doc-generator"],
5+
"keywords": [
6+
"cocreate",
7+
"lowcode",
8+
"doc-generator"
9+
],
610
"main": "app.js",
711
"scripts": {
812
"test": "echo \"Error: no test specified\" && exit 1",
@@ -17,7 +21,9 @@
1721
},
1822
"author": "CoCreate LLC",
1923
"license": "MIT",
20-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" },
24+
"bugs": {
25+
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
26+
},
2127
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2228
"dependencies": {
2329
"@cocreate/crud-client": "^1.15.12",

0 commit comments

Comments
 (0)