Skip to content

Commit a9a5d73

Browse files
chore(release): 1.17.15 [skip ci]
## [1.17.15](v1.17.14...v1.17.15) (2023-01-05) ### Bug Fixes * bump cdn to 1.39.4 ([ad89cdd](ad89cdd)) * bump dependencies ([a509975](a509975))
1 parent a509975 commit a9a5d73

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.17.15](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.14...v1.17.15) (2023-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cdn to 1.39.4 ([ad89cdd](https://github.com/CoCreate-app/CoCreate-utils/commit/ad89cdd4b84f894da6962c0b1f0531b584d5b72a))
7+
* bump dependencies ([a509975](https://github.com/CoCreate-app/CoCreate-utils/commit/a50997515eb03121175b1cb58db00abf1e3fe708))
8+
19
## [1.17.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.13...v1.17.14) (2023-01-01)
210

311

package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.17.14",
3+
"version": "1.17.15",
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 ❤",
@@ -55,5 +59,7 @@
5559
"webpack-cli": "^4.5.0",
5660
"webpack-log": "^3.0.1"
5761
},
58-
"dependencies": { "@cocreate/docs": "^1.5.3" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.5.3"
64+
}
5965
}

0 commit comments

Comments
 (0)