Skip to content

Commit 632af55

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-29) ### Features * Initial Release ([0799142](0799142)) * Initial Release ([c4fe26f](c4fe26f))
1 parent 0799142 commit 632af55

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# 1.0.0 (2021-03-29)
12

3+
4+
### Features
5+
6+
* Initial Release ([0799142](https://github.com/CoCreate-app/CoCreate-users/commit/07991421b0ee3ffb549f3a1d386b8cad2f224681))
7+
* Initial Release ([c4fe26f](https://github.com/CoCreate-app/CoCreate-users/commit/c4fe26feac816a2907647d74a84209abe965156c))

package.json

Lines changed: 9 additions & 3 deletions
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",
@@ -33,7 +35,9 @@
3335
},
3436
"author": "CoCreate LLC",
3537
"license": "MIT",
36-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-users/issues" },
38+
"bugs": {
39+
"url": "https://github.com/CoCreate-app/CoCreate-users/issues"
40+
},
3741
"homepage": "https://cocreate.app/docs/users",
3842
"funding": {
3943
"type": "GitHub Sponsors ❤",
@@ -54,5 +58,7 @@
5458
"style-loader": "^2.0.0",
5559
"terser-webpack-plugin": "^5.1.1"
5660
},
57-
"dependencies": { "@cocreate/docs": "^1.0.3" }
61+
"dependencies": {
62+
"@cocreate/docs": "^1.0.3"
63+
}
5864
}

0 commit comments

Comments
 (0)