Skip to content

Commit 20b0c5d

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2022-12-31) ### Bug Fixes * bump dependencies ([a72135a](a72135a)) * if directories add to newConfig ([19d323f](19d323f))
1 parent a72135a commit 20b0c5d

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.5.1](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.5.0...v1.5.1) (2022-12-31)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([a72135a](https://github.com/CoCreate-app/CoCreate-docs/commit/a72135aa4ff18949ce751aa428175fa572e9c6b1))
7+
* if directories add to newConfig ([19d323f](https://github.com/CoCreate-app/CoCreate-docs/commit/19d323f2da6847ea88f5da7450e591acda98d354))
8+
19
# [1.5.0](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.4.28...v1.5.0) (2022-12-30)
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.5.0",
3+
"version": "1.5.1",
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.7",

0 commit comments

Comments
 (0)