Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2021-03-17)

### Features

* update to webpack5 ([4d7fbc6](4d7fbc6))
  • Loading branch information
semantic-release-bot committed Mar 17, 2021
1 parent 4d7fbc6 commit afc9433
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [1.1.0](https://github.com/CoCreate-app/CoCreate-boilerplate/compare/v1.0.2...v1.1.0) (2021-03-17)


### Features

* update to webpack5 ([4d7fbc6](https://github.com/CoCreate-app/CoCreate-boilerplate/commit/4d7fbc6ed4ada72d4b43f3477c55b6b1cda17ce9))
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/boilerplate",
"version": "1.0.2",
"version": "1.1.0",
"description": "A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"boilerplate",
Expand All @@ -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 afc9433

Please sign in to comment.