diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..bb43585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,6 @@ +# 1.0.0 (2021-03-26) + +### Features + +* Initial Release ([61524cb](https://github.com/CoCreate-app/CoCreate-croppie/commit/61524cb8d99800a996fa0ad6567dd6105d79a79b)) diff --git a/package.json b/package.json index 5c9a552..72c246d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -33,7 +35,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-croppie/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-croppie/issues" + }, "homepage": "https://cocreate.app/docs/croppie", "funding": { "type": "GitHub Sponsors ❤", @@ -54,5 +58,7 @@ "style-loader": "^2.0.0", "terser-webpack-plugin": "^5.1.1" }, - "dependencies": { "@cocreate/docs": "^1.0.3" } + "dependencies": { + "@cocreate/docs": "^1.0.3" + } }