Skip to content

Commit

Permalink
chore(release): 1.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.2](v1.11.1...v1.11.2) (2023-09-18)

### Bug Fixes

*  Add path and pathname ([0b176a3](0b176a3))
* Update dCoCreate dpendencies to latest versions ([4318d28](4318d28))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 4318d28 commit 223a662
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -61,4 +61,4 @@
"dependencies": {
"@cocreate/utils": "^1.24.1"
}
}
}

0 comments on commit 223a662

Please sign in to comment.