Skip to content

Commit a76140f

Browse files
chore(release): 1.4.11 [skip ci]
## [1.4.11](v1.4.10...v1.4.11) (2022-12-02) ### Bug Fixes * bump dependencies ([b0b6bce](b0b6bce)) * bump dependencies ([d162dce](d162dce)) * setTimout for 6 min if task not complete exit ([b12fe72](b12fe72))
1 parent b0b6bce commit a76140f

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.11](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.10...v1.4.11) (2022-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([b0b6bce](https://github.com/CoCreate-app/CoCreate-docs/commit/b0b6bce197fa6b762b9ca4ed03090ca3a50945fd))
7+
* bump dependencies ([d162dce](https://github.com/CoCreate-app/CoCreate-docs/commit/d162dced0cc4415ac87af302c0e2eb8c9a92118e))
8+
* setTimout for 6 min if task not complete exit ([b12fe72](https://github.com/CoCreate-app/CoCreate-docs/commit/b12fe72e19a76a8bfd7e8f769fea014f1551222c))
9+
110
## [1.4.10](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.9...v1.4.10) (2022-12-02)
211

312

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@cocreate/docs",
3-
"version": "1.4.10",
3+
"version": "1.4.11",
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.10",

0 commit comments

Comments
 (0)