Skip to content

Commit 438a98f

Browse files
chore(release): 1.20.1 [skip ci]
## [1.20.1](v1.20.0...v1.20.1) (2024-12-14) ### Bug Fixes * improved action attribute split and trim using regex ([70f5d30](70f5d30))
1 parent 70f5d30 commit 438a98f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.20.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.0...v1.20.1) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* improved action attribute split and trim using regex ([70f5d30](https://github.com/CoCreate-app/CoCreate-actions/commit/70f5d30054872f032c300ca2c4cb41db0730620d))
7+
18
# [1.20.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.1...v1.20.0) (2024-11-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/actions",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"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.",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)