diff --git a/CHANGELOG.md b/CHANGELOG.md index 60cee51..2f9fb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.36](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.35...v1.2.36) (2022-12-31) + + +### Bug Fixes + +* bump dependencies ([4436e5e](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/4436e5e3055ab509423196280ae2a73f4d4de588)) + ## [1.2.35](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.34...v1.2.35) (2022-12-30) diff --git a/package.json b/package.json index 3362027..9baf41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.2.35", + "version": "1.2.36", "description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "node-autoscaler", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js --watch", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -46,5 +48,7 @@ "webpack-cli": "^4.3.1", "webpack-log": "^3.0.1" }, - "dependencies": { "@cocreate/docs": "^1.5.1" } + "dependencies": { + "@cocreate/docs": "^1.5.1" + } }