Skip to content

Commit 0dc1f16

Browse files
chore(release): 1.0.6 [skip ci]
## [1.0.6](v1.0.5...v1.0.6) (2021-01-19) ### Bug Fixes * (fixed issue with bug causeing docs not to run) ([79a381a](79a381a))
1 parent dccce9f commit 0dc1f16

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.6](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.5...v1.0.6) (2021-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* (fixed issue with bug causeing docs not to run) ([79a381a](https://github.com/CoCreate-app/CoCreate-docs/commit/79a381a59972ba53634d3819d2bb45c2414320df))
7+
18
## [1.0.5](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.4...v1.0.5) (2021-01-18)
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.5",
3+
"version": "1.0.6",
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)