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 ([964e0d8](964e0d8))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent 964e0d8 commit b65ff11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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 ([964e0d8](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/964e0d8f4a7e37e6711516d6ccef800bde373127))
8 changes: 6 additions & 2 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 Down Expand Up @@ -56,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 b65ff11

Please sign in to comment.