Skip to content

Commit

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

### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([12aa8a9](12aa8a9))
  • Loading branch information
semantic-release-bot committed Jun 24, 2021
1 parent 12aa8a9 commit 7eb8648
Show file tree
Hide file tree
Showing 2 changed files with 15 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.10](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.0.9...v1.0.10) (2021-06-24)


### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([12aa8a9](https://github.com/CoCreate-app/CoCreate-social-share/commit/12aa8a91c381843c0da3785376b94c6e10d10497))

## [1.0.9](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.0.8...v1.0.9) (2021-06-16)


Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/social-share",
"version": "1.0.9",
"version": "1.0.10",
"description": "A simple social-share component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"social-share",
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 @@ -58,5 +60,8 @@
"webpack-cli": "^4.6.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "latest", "@cocreate/hosting": "latest" }
"dependencies": {
"@cocreate/docs": "latest",
"@cocreate/hosting": "latest"
}
}

0 comments on commit 7eb8648

Please sign in to comment.