Commit a9a5d73 1 parent a509975 commit a9a5d73 Copy full SHA for a9a5d73
File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## [ 1.17.14] ( https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.13...v1.17.14 ) (2023-01-01)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/utils" ,
3
- "version" : " 1.17.14 " ,
3
+ "version" : " 1.17.15 " ,
4
4
"description" : " A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" utils" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
34
36
},
35
37
"author" : " CoCreate LLC" ,
36
38
"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
+ },
38
42
"homepage" : " https://cocreate.app/docs/utils" ,
39
43
"funding" : {
40
44
"type" : " GitHub Sponsors ❤" ,
55
59
"webpack-cli" : " ^4.5.0" ,
56
60
"webpack-log" : " ^3.0.1"
57
61
},
58
- "dependencies" : { "@cocreate/docs" : " ^1.5.3" }
62
+ "dependencies" : {
63
+ "@cocreate/docs" : " ^1.5.3"
64
+ }
59
65
}
You can’t perform that action at this time.
0 commit comments