Skip to content

Commit a0bfb7c

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.1...v1.18.0) (2024-03-18) ### Bug Fixes * add flag status to trigger next action ([3600a6b](3600a6b)) ### Features * read(selector), save(selector), renderValue(selector) actions ([a1416c5](a1416c5))
1 parent 3600a6b commit a0bfb7c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.17.1...v1.18.0) (2024-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* add flag status to trigger next action ([3600a6b](https://github.com/CoCreate-app/CoCreate-actions/commit/3600a6b4d71b19bcf7005974d43671f711dac8b5))
7+
8+
9+
### Features
10+
11+
* read(selector), save(selector), renderValue(selector) actions ([a1416c5](https://github.com/CoCreate-app/CoCreate-actions/commit/a1416c5d597be7181485a2a73e3ed55dd9d42686))
12+
113
## [1.17.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.17.0...v1.17.1) (2024-02-05)
214

315

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