Skip to content

Commit

Permalink
chore(release): 1.12.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.4](v1.12.3...v1.12.4) (2022-09-30)

### Bug Fixes

* bump [@cocreate](https://github.com/cocreate) dependencies ([57772bd](57772bd))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 57772bd commit 6e5d74f
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.12.4](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.3...v1.12.4) (2022-09-30)


### Bug Fixes

* bump [@cocreate](https://github.com/cocreate) dependencies ([57772bd](https://github.com/CoCreate-app/CoCreate-elements/commit/57772bdd9fa4c9279324e84bf830260e3e650688))

## [1.12.3](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.12.2...v1.12.3) (2022-09-30)


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/elements",
"version": "1.12.3",
"version": "1.12.4",
"description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime",
"keywords": [
"elements",
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-elements/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-elements/issues"
},
"homepage": "https://cocreate.app/docs/elements",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit 6e5d74f

Please sign in to comment.