Skip to content

Commit

Permalink
chore(release): 1.1.113 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.113](v1.1.112...v1.1.113) (2023-01-27)

### Bug Fixes

* bump dependencies ([d01f809](d01f809))
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent d01f809 commit e664456
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.1.113](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.1.112...v1.1.113) (2023-01-27)


### Bug Fixes

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

## [1.1.112](https://github.com/CoCreate-app/CoCreate-social-share/compare/v1.1.111...v1.1.112) (2023-01-13)


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.1.112",
"version": "1.1.113",
"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 Expand Up @@ -57,5 +59,8 @@
"webpack-cli": "^4.6.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.8", "@cocreate/hosting": "^1.7.8" }
"dependencies": {
"@cocreate/docs": "^1.5.8",
"@cocreate/hosting": "^1.7.8"
}
}

0 comments on commit e664456

Please sign in to comment.