Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-03-26)

### Features

* Initial Release ([61524cb](61524cb))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent 61524cb commit 98786d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# 1.0.0 (2021-03-26)


### Features

* Initial Release ([61524cb](https://github.com/CoCreate-app/CoCreate-croppie/commit/61524cb8d99800a996fa0ad6567dd6105d79a79b))
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 ❤",
Expand All @@ -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"
}
}

0 comments on commit 98786d0

Please sign in to comment.