Skip to content

Commit 7674eba

Browse files
chore(release): 1.4.19 [skip ci]
## [1.4.19](v1.4.18...v1.4.19) (2022-12-12) ### Bug Fixes * bump dependencies ([d670ce3](d670ce3))
1 parent d670ce3 commit 7674eba

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.19](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.18...v1.4.19) (2022-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([d670ce3](https://github.com/CoCreate-app/CoCreate-docs/commit/d670ce381b5380c3c6195ce9b1509a96f84e8902))
7+
18
## [1.4.18](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.17...v1.4.18) (2022-12-11)
29

310

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.18",
3+
"version": "1.4.19",
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.16.9",

0 commit comments

Comments
 (0)