From 223a66215ecd4e695e0e5b778c6ee9cdf186e555 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Sep 2023 01:17:37 +0000 Subject: [PATCH] chore(release): 1.11.2 [skip ci] ## [1.11.2](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.1...v1.11.2) (2023-09-18) ### Bug Fixes * Add path and pathname ([0b176a3](https://github.com/CoCreate-app/CoCreate-actions/commit/0b176a31260cb2c66b142e96e41e841a10546bc5)) * Update dCoCreate dpendencies to latest versions ([4318d28](https://github.com/CoCreate-app/CoCreate-actions/commit/4318d289ad34bf7d6c195d558fc7a31ca6e1fa25)) --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523eb98..0a48f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.11.2](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.1...v1.11.2) (2023-09-18) + + +### Bug Fixes + +* Add path and pathname ([0b176a3](https://github.com/CoCreate-app/CoCreate-actions/commit/0b176a31260cb2c66b142e96e41e841a10546bc5)) +* Update dCoCreate dpendencies to latest versions ([4318d28](https://github.com/CoCreate-app/CoCreate-actions/commit/4318d289ad34bf7d6c195d558fc7a31ca6e1fa25)) + ## [1.11.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.0...v1.11.1) (2023-08-21) diff --git a/package.json b/package.json index 60eafa0..7f276bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/actions", - "version": "1.11.1", + "version": "1.11.2", "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", @@ -61,4 +61,4 @@ "dependencies": { "@cocreate/utils": "^1.24.1" } -} \ No newline at end of file +}