Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-03-29)

### Bug Fixes

* Package Paths ([bb0d1fd](bb0d1fd))
  • Loading branch information
semantic-release-bot committed Mar 29, 2021
1 parent bb0d1fd commit 52f9002
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.1...v1.0.2) (2021-03-29)


### Bug Fixes

* Package Paths ([bb0d1fd](https://github.com/CoCreate-app/CoCreate-api/commit/bb0d1fd343ab2426528c23d643b2632d2c5195b8))

## [1.0.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.0...v1.0.1) (2021-01-26)


Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/api",
"version": "1.0.1",
"version": "1.0.2",
"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",
"keywords": [
"thirdparty-api-intergration",
Expand All @@ -21,7 +21,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
},
"homepage": "https://cocreate.app/docs/api",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -55,5 +59,7 @@
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1"
},
"dependencies": { "@cocreate/docs": "^1.0.3" }
"dependencies": {
"@cocreate/docs": "^1.0.3"
}
}

0 comments on commit 52f9002

Please sign in to comment.