Skip to content

Commit be1a8df

Browse files
chore(release): 1.3.22 [skip ci]
## [1.3.22](v1.3.21...v1.3.22) (2022-11-21) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([2b826f8](2b826f8))
1 parent 2b826f8 commit be1a8df

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.3.22](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.3.21...v1.3.22) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* bump [@cocreate](https://github.com/cocreate) dependencies ([2b826f8](https://github.com/CoCreate-app/CoCreate-docs/commit/2b826f84d0b6a37d66bc79e90fcbb3896bc1d744))
7+
18
## [1.3.21](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.3.20...v1.3.21) (2022-11-21)
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.3.21",
3+
"version": "1.3.22",
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.13.1",

0 commit comments

Comments
 (0)