diff --git a/CHANGELOG.md b/CHANGELOG.md index 241a734..a2b2970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.4](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.3...v1.4.4) (2023-11-09) + + +### Bug Fixes + +* meta name typo ([a561974](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/a561974b653d53f008863ea349b119c335bf1c77)) +* update host ([7b48388](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/7b483888c5b9414a5d64793971fefc1dc4f34f4a)) + ## [1.4.3](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.2...v1.4.3) (2023-09-18) diff --git a/package.json b/package.json index 218a5d4..3444c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.4.3", + "version": "1.4.4", "description": "A simple node-autoscaler component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "node-autoscaler", @@ -47,4 +47,4 @@ "webpack-cli": "^4.3.1", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}