Skip to content

Commit

Permalink
chore(release): 1.1.115 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.115](v1.1.114...v1.1.115) (2023-01-30)

### Bug Fixes

* bump dependencies ([be1feb5](be1feb5))
  • Loading branch information
semantic-release-bot committed Jan 30, 2023
1 parent be1feb5 commit 55996d1
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.1.115](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.1.114...v1.1.115) (2023-01-30)


### Bug Fixes

* bump dependencies ([be1feb5](https://github.com/CoCreate-app/CoCreate-social-share/commit/be1feb507ae149b414a8bcd4dae5f0d90f18ec1a))

## [1.1.114](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.1.113...v1.1.114) (2023-01-29)


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/social-share",
"version": "1.1.114",
"version": "1.1.115",
"description": "A simple social-share component in vanilla javascript. Easily configured using HTML5 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

0 comments on commit 55996d1

Please sign in to comment.