From 1569e21c4e4a7932b4026484f8e94764a5b7f034 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 13:13:18 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.1...v1.20.0) (2024-11-04) ### Bug Fixes * pretier.config.js and file formating ([68d9595](https://github.com/CoCreate-app/CoCreate-actions/commit/68d959544f6dbdfbaf8b3a6618cd93317a609f00)) ### Features * add prettier.config.js and format files ([dca03aa](https://github.com/CoCreate-app/CoCreate-actions/commit/dca03aa077dac0756388eb1d4871a55b2505eb68)) * add prettier.config.js and format files ([916ab94](https://github.com/CoCreate-app/CoCreate-actions/commit/916ab94b45ee3198e6bde1528fca22284f8ea47f)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3410eb9..0f8c1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.20.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.1...v1.20.0) (2024-11-04) + + +### Bug Fixes + +* pretier.config.js and file formating ([68d9595](https://github.com/CoCreate-app/CoCreate-actions/commit/68d959544f6dbdfbaf8b3a6618cd93317a609f00)) + + +### Features + +* add prettier.config.js and format files ([dca03aa](https://github.com/CoCreate-app/CoCreate-actions/commit/dca03aa077dac0756388eb1d4871a55b2505eb68)) +* add prettier.config.js and format files ([916ab94](https://github.com/CoCreate-app/CoCreate-actions/commit/916ab94b45ee3198e6bde1528fca22284f8ea47f)) + ## [1.19.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.0...v1.19.1) (2024-08-24) diff --git a/package.json b/package.json index 98ba115..64b372d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/actions", - "version": "1.19.1", + "version": "1.20.0", "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",