File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.18] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.17...v1.2.18 ) (2022-12-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 4639bb8] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/4639bb8bea3e7c58a03f07934a9cc7d2698e23eb ) )
7
+ * docs ([ 7a10052] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/7a10052594d58da2f9384bd91d3f973ab3de44a0 ) )
8
+
1
9
## [ 1.2.17] ( https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.16...v1.2.17 ) (2022-11-28)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/node-autoscaler" ,
3
- "version" : " 1.2.17 " ,
3
+ "version" : " 1.2.18 " ,
4
4
"description" : " A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" node-autoscaler" ,
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 --watch" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
47
49
"webpack-cli" : " ^4.3.1" ,
48
50
"webpack-log" : " ^3.0.1"
49
51
},
50
- "dependencies" : { "@cocreate/docs" : " ^1.4.11" }
52
+ "dependencies" : {
53
+ "@cocreate/docs" : " ^1.4.11"
54
+ }
51
55
}
You can’t perform that action at this time.
0 commit comments