diff --git a/CHANGELOG.md b/CHANGELOG.md index 353d427..70ef453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.12.0...v1.12.1) (2023-10-25) + + +### Bug Fixes + +* bump dependencies ([acbacef](https://github.com/CoCreate-app/CoCreate-actions/commit/acbacef52d2cd94d205149e4f2528db55c4ad6e5)) + # [1.12.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.7...v1.12.0) (2023-10-16) diff --git a/package.json b/package.json index 9aadeca..5db3f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/actions", - "version": "1.12.0", + "version": "1.12.1", "description": "Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "actions", @@ -61,4 +61,4 @@ "dependencies": { "@cocreate/utils": "^1.26.1" } -} \ No newline at end of file +}