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

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([e3bdccb](e3bdccb))
  • Loading branch information
semantic-release-bot committed Jun 24, 2021
1 parent e3bdccb commit c4cefaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 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-render/compare/v1.0.7...v1.0.8) (2021-06-24)


### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([e3bdccb](https://github.com/CoCreate-app/CoCreate-render/commit/e3bdccb1a8a24573e4be808a18089cce1ebc6818))

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


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/render",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"render",
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 All @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-render/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-render/issues"
},
"homepage": "https://cocreate.app/docs/render",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit c4cefaf

Please sign in to comment.