Skip to content

Commit e025c38

Browse files
chore(release): 1.2.36 [skip ci]
## [1.2.36](v1.2.35...v1.2.36) (2022-12-31) ### Bug Fixes * bump dependencies ([4436e5e](4436e5e))
1 parent 4436e5e commit e025c38

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.36](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.35...v1.2.36) (2022-12-31)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([4436e5e](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/4436e5e3055ab509423196280ae2a73f4d4de588))
7+
18
## [1.2.35](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.34...v1.2.35) (2022-12-30)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/node-autoscaler",
3-
"version": "1.2.35",
3+
"version": "1.2.36",
44
"description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"node-autoscaler",
@@ -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 --watch",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -46,5 +48,7 @@
4648
"webpack-cli": "^4.3.1",
4749
"webpack-log": "^3.0.1"
4850
},
49-
"dependencies": { "@cocreate/docs": "^1.5.1" }
51+
"dependencies": {
52+
"@cocreate/docs": "^1.5.1"
53+
}
5054
}

0 commit comments

Comments
 (0)