Skip to content

Commit 7730f08

Browse files
chore(release): 1.10.6 [skip ci]
## [1.10.6](v1.10.5...v1.10.6) (2022-09-30) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([c71abcb](c71abcb))
1 parent c71abcb commit 7730f08

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.6](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.5...v1.10.6) (2022-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c71abcb](https://github.com/CoCreate-app/CoCreate-utils/commit/c71abcb2c1dd6dc1e816c58a47492c86e4302d78))
7+
18
## [1.10.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.4...v1.10.5) (2022-09-30)
29

310

package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"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-utils/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreate-utils/issues"
41+
},
3842
"homepage": "https://cocreate.app/docs/utils",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",
@@ -56,5 +60,7 @@
5660
"webpack-cli": "^4.5.0",
5761
"webpack-log": "^3.0.1"
5862
},
59-
"dependencies": { "@cocreate/docs": "^1.3.10" }
63+
"dependencies": {
64+
"@cocreate/docs": "^1.3.10"
65+
}
6066
}

0 commit comments

Comments
 (0)