From 438a98f8bf53ee16ffcb8b557e8d49e681512ef2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 14 Dec 2024 22:51:15 +0000 Subject: [PATCH] chore(release): 1.20.1 [skip ci] ## [1.20.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.0...v1.20.1) (2024-12-14) ### Bug Fixes * improved action attribute split and trim using regex ([70f5d30](https://github.com/CoCreate-app/CoCreate-actions/commit/70f5d30054872f032c300ca2c4cb41db0730620d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8c1d7..c2b8068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.0...v1.20.1) (2024-12-14) + + +### Bug Fixes + +* improved action attribute split and trim using regex ([70f5d30](https://github.com/CoCreate-app/CoCreate-actions/commit/70f5d30054872f032c300ca2c4cb41db0730620d)) + # [1.20.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.1...v1.20.0) (2024-11-04) diff --git a/package.json b/package.json index 64b372d..0f74cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/actions", - "version": "1.20.0", + "version": "1.20.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",