Skip to content

Commit fd1d15a

Browse files
chore(release): 1.5.32 [skip ci]
## [1.5.32](v1.5.31...v1.5.32) (2022-12-27) ### Bug Fixes * bump dependecies ([6840543](6840543)) * bump dependencies ([63bfccf](63bfccf))
1 parent 6840543 commit fd1d15a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.32](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.31...v1.5.32) (2022-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependecies ([6840543](https://github.com/CoCreate-app/CoCreate-api/commit/684054393f6fc759131b8c85c025e8f071a775ce))
7+
* bump dependencies ([63bfccf](https://github.com/CoCreate-app/CoCreate-api/commit/63bfccf2fe8a1526fcb3ecc8458a3797a30e1d48))
8+
19
## [1.5.31](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.30...v1.5.31) (2022-12-25)
210

311

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.31",
3+
"version": "1.5.32",
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)