Skip to content

Commit f436220

Browse files
chore(release): 1.5.23 [skip ci]
## [1.5.23](v1.5.22...v1.5.23) (2022-12-13) ### Bug Fixes * bump dependencies ([be42408](be42408))
1 parent be42408 commit f436220

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.23](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.22...v1.5.23) (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([be42408](https://github.com/CoCreate-app/CoCreate-api/commit/be4240809446a9e593f3b08da2deacb66fd92c03))
7+
18
## [1.5.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.21...v1.5.22) (2022-12-12)
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.22",
3+
"version": "1.5.23",
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)