Skip to content

Commit 893f926

Browse files
chore(release): 1.18.1 [skip ci]
## [1.18.1](v1.18.0...v1.18.1) (2024-04-29) ### Bug Fixes * check if url is not the same as current prior to applying location.href ([ca77556](ca77556))
1 parent ca77556 commit 893f926

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.18.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.18.0...v1.18.1) (2024-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* check if url is not the same as current prior to applying location.href ([ca77556](https://github.com/CoCreate-app/CoCreate-actions/commit/ca7755649cc769983932247e0821143b03d8f740))
7+
18
# [1.18.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.17.1...v1.18.0) (2024-03-18)
29

310

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