Skip to content

Commit cdb6df6

Browse files
chore(release): 1.4.27 [skip ci]
## [1.4.27](v1.4.26...v1.4.27) (2022-12-27) ### Bug Fixes * bump dependecies ([9297924](9297924)) * bump dependencies ([9a773e3](9a773e3))
1 parent 9297924 commit cdb6df6

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.27](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.26...v1.4.27) (2022-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependecies ([9297924](https://github.com/CoCreate-app/CoCreate-docs/commit/92979244dd7323a35a7106ca386a8c48459c0ce5))
7+
* bump dependencies ([9a773e3](https://github.com/CoCreate-app/CoCreate-docs/commit/9a773e3b46a23a42ff5725206f934625bf18322c))
8+
19
## [1.4.26](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.25...v1.4.26) (2022-12-25)
210

311

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.26",
3+
"version": "1.4.27",
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.17.3",

0 commit comments

Comments
 (0)