Skip to content

Commit

Permalink
chore(release): 1.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.1](v1.20.0...v1.20.1) (2024-12-14)

### Bug Fixes

* improved action attribute split and trim using regex ([70f5d30](70f5d30))
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent 70f5d30 commit 438a98f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 438a98f

Please sign in to comment.