Skip to content

Commit

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

### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([66e8561](66e8561))
  • Loading branch information
semantic-release-bot committed Jun 24, 2021
1 parent 66e8561 commit ca1dd37
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.0.16](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.15...v1.0.16) (2021-06-24)


### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([66e8561](https://github.com/CoCreate-app/CoCreate-api/commit/66e856172c6ddcf918ae87ba09b6b582e7d3245a))

## [1.0.15](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.14...v1.0.15) (2021-06-23)


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/api",
"version": "1.0.15",
"version": "1.0.16",
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 data-attributes and/or JavaScript API. ",
"keywords": [
"thirdparty-api-intergration",
Expand All @@ -21,7 +21,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 @@ -35,7 +37,9 @@
},
"author": "CoCreate LLC",
"license": "GPL-3.0",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
},
"homepage": "https://cocreate.app/docs/api",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit ca1dd37

Please sign in to comment.