diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0c303..54ba3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.33](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.32...v1.2.33) (2022-12-27) + + +### Bug Fixes + +* bump dependencies ([6070e2d](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/6070e2da610b86b8a5d86fb7f0150822f25c05fe)) + ## [1.2.32](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.31...v1.2.32) (2022-12-25) diff --git a/package.json b/package.json index 84ae4b4..d0071f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.2.32", + "version": "1.2.33", "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.4.26" } + "dependencies": { + "@cocreate/docs": "^1.4.26" + } }