Skip to content

Commit

Permalink
chore(release): 1.40.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.40.1](v1.40.0...v1.40.1) (2024-12-09)

### Bug Fixes

* add method to error ([c206396](c206396))
* used const instaed of var for event ([9b22f48](9b22f48))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent c206396 commit ee9a46b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.40.1](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.40.0...v1.40.1) (2024-12-09)


### Bug Fixes

* add method to error ([c206396](https://github.com/CoCreate-app/CoCreate-socket-client/commit/c20639649558619578277c02795ad552de122950))
* used const instaed of var for event ([9b22f48](https://github.com/CoCreate-app/CoCreate-socket-client/commit/9b22f4865296c440d518abc819faffe1fb7b964f))

# [1.40.0](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.39.6...v1.40.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/socket-client",
"version": "1.40.0",
"version": "1.40.1",
"description": "A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"socket-client",
Expand Down

0 comments on commit ee9a46b

Please sign in to comment.