Skip to content

Commit c97598a

Browse files
chore(release): 1.5.30 [skip ci]
## [1.5.30](v1.5.29...v1.5.30) (2022-12-23) ### Bug Fixes * bump dependnecies ([8b4823e](8b4823e))
1 parent 8b4823e commit c97598a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.30](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.29...v1.5.30) (2022-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependnecies ([8b4823e](https://github.com/CoCreate-app/CoCreate-api/commit/8b4823e1d9460991a4b987817f3db7f39e9928fb))
7+
18
## [1.5.29](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.28...v1.5.29) (2022-12-22)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.5.29",
3+
"version": "1.5.30",
44
"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 attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",
@@ -21,7 +21,9 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": { "access": "public" },
24+
"publishConfig": {
25+
"access": "public"
26+
},
2527
"scripts": {
2628
"start": "npx webpack --config webpack.config.js",
2729
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -35,7 +37,9 @@
3537
},
3638
"author": "CoCreate LLC",
3739
"license": "GPL-3.0",
38-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
40+
"bugs": {
41+
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
42+
},
3943
"homepage": "https://cocreate.app/docs/api",
4044
"funding": {
4145
"type": "GitHub Sponsors ❤",

0 commit comments

Comments
 (0)