From a0bfb7c28801e6f7671f3cb470a75546affe45a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Mar 2024 04:46:33 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9b768..1e99da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3bda71e..9cdd841 100644 --- a/package.json +++ b/package.json @@ -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",