Skip to content

Commit

Permalink
chore(release): 1.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.8](v1.0.7...v1.0.8) (2021-06-24)

### Bug Fixes

* package versioningto 1.0.0 ([b3a12ad](b3a12ad))
  • Loading branch information
semantic-release-bot committed Jun 24, 2021
1 parent b3a12ad commit bf2aafa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.8](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.7...v1.0.8) (2021-06-24)


### Bug Fixes

* package versioningto 1.0.0 ([b3a12ad](https://github.com/CoCreate-app/CoCreate-dashboard/commit/b3a12ad245a34ecd717a0bee5b238c56f946f34f))

## [1.0.7](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.6...v1.0.7) (2021-06-24)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/dashboard",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"dashboard",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down

0 comments on commit bf2aafa

Please sign in to comment.