Skip to content

Commit b07ace5

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-29) ### Features * Initial Release ([2c50e39](2c50e39))
1 parent 2c50e39 commit b07ace5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# 1.0.0 (2021-03-29)
12

3+
4+
### Features
5+
6+
* Initial Release ([2c50e39](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2c50e393c02a0dc941599a23188f94641a0d043d))

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -56,5 +58,7 @@
5658
"style-loader": "^2.0.0",
5759
"terser-webpack-plugin": "^5.1.1"
5860
},
59-
"dependencies": { "@cocreate/docs": "^1.0.3" }
61+
"dependencies": {
62+
"@cocreate/docs": "^1.0.3"
63+
}
6064
}

0 commit comments

Comments
 (0)