From b65ff11c3b74d0061a9a1d1e9fa66c20f63cf649 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Mar 2021 01:43:25 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-03-26) ### Features * Initial Release ([964e0d8](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/964e0d8f4a7e37e6711516d6ccef800bde373127)) --- CHANGELOG.md | 5 +++++ package.json | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..332cf65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,6 @@ +# 1.0.0 (2021-03-26) + +### Features + +* Initial Release ([964e0d8](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/964e0d8f4a7e37e6711516d6ccef800bde373127)) diff --git a/package.json b/package.json index ae21ee9..d8c6557 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", @@ -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" + } }