From e60a737935c145f2cbcaa74b0bbb066c9e378cc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 20:26:16 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.5...v1.5.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([6670625](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/667062566aaeb56842d0f4bbadb3605eb59b0bd1)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 904dedb..0e6a417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.5...v1.5.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([6670625](https://github.com/CoCreate-app/CoCreate-node-autoscaler/commit/667062566aaeb56842d0f4bbadb3605eb59b0bd1)) + ## [1.4.5](https://github.com/CoCreate-app/CoCreate-node-autoscaler/compare/v1.4.4...v1.4.5) (2023-11-12) diff --git a/package.json b/package.json index b57f4c7..ed884f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/node-autoscaler", - "version": "1.4.5", + "version": "1.5.0", "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 +}