Skip to content

Commit 4c5e148

Browse files
chore(release): 1.0.19 [skip ci]
## [1.0.19](v1.0.18...v1.0.19) (2021-06-30) ### Bug Fixes * automated and manual workflows ([4a38d40](4a38d40))
1 parent 6dcf895 commit 4c5e148

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.19](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.18...v1.0.19) (2021-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* automated and manual workflows ([4a38d40](https://github.com/CoCreate-app/CoCreate-api/commit/4a38d40e8dfb30906af5ee7c0941082856c6fd4e))
7+
18
## [1.0.18](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.17...v1.0.18) (2021-06-25)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
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 data-attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",
@@ -53,7 +53,7 @@
5353
"clean-webpack-plugin": "^3.0.0",
5454
"file-loader": "^6.2.0",
5555
"html-webpack-plugin": "^4.5.0",
56-
"mini-css-extract-plugin": "^1.5.0",
56+
"mini-css-extract-plugin": "^1.5.0",
5757
"style-loader": "^2.0.0",
5858
"terser-webpack-plugin": "^5.1.1",
5959
"uglifyjs-webpack-plugin": "^2.2.0",

0 commit comments

Comments
 (0)