diff --git a/CHANGELOG.md b/CHANGELOG.md index a32bb78..bd5ef14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.5...v1.2.6) (2022-11-21) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([57eda32](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/57eda324742be8ba6d4b2281fa45524ed6f0c9c7)) + ## [1.2.5](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.2.4...v1.2.5) (2022-10-02) diff --git a/package.json b/package.json index d147d15..5e97ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.2.5", + "version": "1.2.6", "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", @@ -47,5 +49,7 @@ "webpack-cli": "^4.3.1", "webpack-log": "^3.0.1" }, - "dependencies": { "@cocreate/docs": "^1.3.21" } + "dependencies": { + "@cocreate/docs": "^1.3.21" + } }