Skip to content

Commit 52f9002

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-03-29) ### Bug Fixes * Package Paths ([bb0d1fd](bb0d1fd))
1 parent bb0d1fd commit 52f9002

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.1...v1.0.2) (2021-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Package Paths ([bb0d1fd](https://github.com/CoCreate-app/CoCreate-api/commit/bb0d1fd343ab2426528c23d643b2632d2c5195b8))
7+
18
## [1.0.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.0...v1.0.1) (2021-01-26)
29

310

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple api helper component in vanilla javascript. Easily intergrate thirdparty apis. Makes thirdparty api accessible using HTML5 data-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",
@@ -34,7 +36,9 @@
3436
},
3537
"author": "CoCreate LLC",
3638
"license": "MIT",
37-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
41+
},
3842
"homepage": "https://cocreate.app/docs/api",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",
@@ -55,5 +59,7 @@
5559
"style-loader": "^2.0.0",
5660
"terser-webpack-plugin": "^5.1.1"
5761
},
58-
"dependencies": { "@cocreate/docs": "^1.0.3" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.0.3"
64+
}
5965
}

0 commit comments

Comments
 (0)