Skip to content

Commit afc9433

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2021-03-17) ### Features * update to webpack5 ([4d7fbc6](4d7fbc6))
1 parent 4d7fbc6 commit afc9433

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-boilerplate/compare/v1.0.2...v1.1.0) (2021-03-17)
2+
3+
4+
### Features
5+
6+
* update to webpack5 ([4d7fbc6](https://github.com/CoCreate-app/CoCreate-boilerplate/commit/4d7fbc6ed4ada72d4b43f3477c55b6b1cda17ce9))

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/boilerplate",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"boilerplate",
@@ -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",
@@ -56,5 +58,7 @@
5658
"style-loader": "^2.0.0",
5759
"terser-webpack-plugin": "^5.1.1"
5860
},
59-
"dependencies": { "@cocreate/docs": "^1.0.3" }
61+
"dependencies": {
62+
"@cocreate/docs": "^1.0.3"
63+
}
6064
}

0 commit comments

Comments
 (0)