diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bd605..241a734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.3](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.2...v1.4.3) (2023-09-18) + + +### Bug Fixes + +* Add path and pathname ([b5a40c7](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/b5a40c7faa5ed5e2978c84b9874e5aca50e2e534)) +* Update dCoCreate dpendencies to latest versions ([42abf7d](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/42abf7d4e1e923c2247bdb7023ba63ebfa62cd17)) + ## [1.4.2](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.1...v1.4.2) (2023-08-21) diff --git a/package.json b/package.json index 332e288..ad97476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.4.2", + "version": "1.4.3", "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 +}