From 00bda5c05adfcf12ffe50adaa3c33cc044e17c0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Feb 2024 02:25:34 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] # [1.17.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.16.0...v1.17.0) (2024-02-03) ### Features * actions containg '.' will as name and method ([7f9cf9c](https://github.com/CoCreate-app/CoCreate-actions/commit/7f9cf9c4358985314170b106006b7cd4d12b1b85)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7244f..f4314fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.16.0...v1.17.0) (2024-02-03) + + +### Features + +* actions containg '.' will as name and method ([7f9cf9c](https://github.com/CoCreate-app/CoCreate-actions/commit/7f9cf9c4358985314170b106006b7cd4d12b1b85)) + # [1.16.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.15.1...v1.16.0) (2024-01-08) diff --git a/package.json b/package.json index 8bddca8..fec85ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/actions", - "version": "1.16.0", + "version": "1.17.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",