Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent 3600a6b commit a0bfb7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.18.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.17.1...v1.18.0) (2024-03-18)


### Bug Fixes

* add flag status to trigger next action ([3600a6b](https://github.com/CoCreate-app/CoCreate-actions/commit/3600a6b4d71b19bcf7005974d43671f711dac8b5))


### Features

* read(selector), save(selector), renderValue(selector) actions ([a1416c5](https://github.com/CoCreate-app/CoCreate-actions/commit/a1416c5d597be7181485a2a73e3ed55dd9d42686))

## [1.17.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.17.0...v1.17.1) (2024-02-05)


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.17.1",
"version": "1.18.0",
"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 a0bfb7c

Please sign in to comment.