Skip to content

Commit 3a5e223

Browse files
chore(release): 1.5.33 [skip ci]
## [1.5.33](v1.5.32...v1.5.33) (2022-12-29) ### Bug Fixes * bump dependencies ([e803c22](e803c22))
1 parent e803c22 commit 3a5e223

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.33](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.32...v1.5.33) (2022-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([e803c22](https://github.com/CoCreate-app/CoCreate-api/commit/e803c221055997bfb4d5ce18d0a0fced05ee2f44))
7+
18
## [1.5.32](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.31...v1.5.32) (2022-12-27)
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.32",
3+
"version": "1.5.33",
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)