Skip to content

Commit 5c4674d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-26) ### Features * Initial Release ([f93ff14](f93ff14))
1 parent f93ff14 commit 5c4674d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
4+
### Features
5+
6+
* Initial Release ([f93ff14](https://github.com/CoCreate-app/CoCreate-parallax/commit/f93ff14e3a3a29e97a293d08655ce0aefb3709e2))

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-parallax/issues" },
38+
"bugs": {
39+
"url": "https://github.com/CoCreate-app/CoCreate-parallax/issues"
40+
},
3741
"homepage": "https://cocreate.app/docs/parallax",
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)