Skip to content

Commit 5dcb71e

Browse files
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.1...v1.21.0) (2025-04-11) ### Bug Fixes * formating ([e955d0e](e955d0e)) * update observer observe param to type and and attributeName to attributeFilter ([b43570a](b43570a)) ### Features * Observe new actions. listen for end event on element instead of document, and improved handling of submit. ([1866f78](1866f78))
1 parent b43570a commit 5dcb71e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.1...v1.21.0) (2025-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* formating ([e955d0e](https://github.com/CoCreate-app/CoCreate-actions/commit/e955d0e25669edd940a0d271f00624feeff18dbf))
7+
* update observer observe param to type and and attributeName to attributeFilter ([b43570a](https://github.com/CoCreate-app/CoCreate-actions/commit/b43570a7951d385363105b4614ea348ec54ea7ed))
8+
9+
10+
### Features
11+
12+
* Observe new actions. listen for end event on element instead of document, and improved handling of submit. ([1866f78](https://github.com/CoCreate-app/CoCreate-actions/commit/1866f7833554f92e395a5c496ac226a3f0c61ccc))
13+
114
## [1.20.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.0...v1.20.1) (2024-12-14)
215

316

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.1",
3+
"version": "1.21.0",
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)