Skip to content

Commit 3fc1431

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2021-01-16) ### Bug Fixes * (merge html and commit extractor to one with one config) ([24be390](24be390))
1 parent 24be390 commit 3fc1431

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.3...v1.0.4) (2021-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* (merge html and commit extractor to one with one config) ([24be390](https://github.com/CoCreate-app/CoCreate-docs/commit/24be3901f90b360643ad5a8421e1ce05f2a8bc4f))
7+
18
## [1.0.3](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.2...v1.0.3) (2021-01-15)
29

310

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@cocreate/docs",
3-
"version": "1.0.1",
3+
"version": "1.0.4",
44
"description": "Documentation generator ",
55
"keywords": [
6-
"cocreate",
7-
"lowcode",
8-
"doc-generator"
6+
"cocreate",
7+
"lowcode",
8+
"doc-generator"
99
],
10-
1110
"main": "app.js",
1211
"scripts": {
1312
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)