Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2023-05-19)

### Bug Fixes

* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([b0e4c79](b0e4c79))
  • Loading branch information
semantic-release-bot committed May 19, 2023
1 parent b0e4c79 commit 9858e36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.1](https://github.com/CoCreate-app/CoCreate-events/compare/v1.10.0...v1.10.1) (2023-05-19)


### Bug Fixes

* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([b0e4c79](https://github.com/CoCreate-app/CoCreate-events/commit/b0e4c79a269261f2d5cbf2c2f0bfd7cbb7beea52))

# [1.10.0](https://github.com/CoCreate-app/CoCreate-events/compare/v1.9.4...v1.10.0) (2023-05-18)


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/events",
"version": "1.10.0",
"version": "1.10.1",
"description": "A simple events component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"events",
Expand Down Expand Up @@ -65,4 +65,4 @@
"@cocreate/observer": "^1.7.8",
"@cocreate/utils": "^1.20.8"
}
}
}

0 comments on commit 9858e36

Please sign in to comment.