diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf324e..d63a912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.3](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.7.2...v1.7.3) (2024-06-23) + + +### Bug Fixes + +* bump dependencies ([da6944d](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/da6944d5aaba3c23584817b0131b9459a9d293cd)) + ## [1.7.2](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.7.1...v1.7.2) (2024-06-23) diff --git a/package.json b/package.json index 42ac68a..21892a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.7.2", + "version": "1.7.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 +}