Skip to content

Commit

Permalink
chore(release): 1.4.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.13](v1.4.12...v1.4.13) (2022-10-02)

### Bug Fixes

* bump @cocreate/hosting and @cocreate/socket-client ([609beb5](609beb5))
* config renamed to CoCreateConfig ([046348b](046348b))
  • Loading branch information
semantic-release-bot committed Oct 2, 2022
1 parent 609beb5 commit e987eca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.13](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.12...v1.4.13) (2022-10-02)


### Bug Fixes

* bump @cocreate/hosting and @cocreate/socket-client ([609beb5](https://github.com/CoCreate-app/CoCreate-modal/commit/609beb5f982ad9a894dc38c4852531289a468b21))
* config renamed to CoCreateConfig ([046348b](https://github.com/CoCreate-app/CoCreate-modal/commit/046348b76e4bf7c861e345d32193edc925bc8094))

## [1.4.12](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.4.11...v1.4.12) (2022-10-01)


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/modal",
"version": "1.4.12",
"version": "1.4.13",
"description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.",
"keywords": [
"modal",
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-modal/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-modal/issues"
},
"homepage": "https://cocreate.app/docs/modal",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit e987eca

Please sign in to comment.