Skip to content

Commit

Permalink
chore(release): 1.32.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.32.2](v1.32.1...v1.32.2) (2023-10-24)

### Bug Fixes

* init() handling of 'undefined' string ([7a9e88f](7a9e88f))
* resolve() conditions ([ffb5af7](ffb5af7))
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent ffb5af7 commit 67af150
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.32.2](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.32.1...v1.32.2) (2023-10-24)


### Bug Fixes

* init() handling of 'undefined' string ([7a9e88f](https://github.com/CoCreate-app/CoCreate-socket-client/commit/7a9e88f35b445e708b86aab8efd5d715317c10f7))
* resolve() conditions ([ffb5af7](https://github.com/CoCreate-app/CoCreate-socket-client/commit/ffb5af72a96d5ba14e4f29ad73353cdc6b99d961))

## [1.32.1](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.32.0...v1.32.1) (2023-10-22)


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.32.1",
"version": "1.32.2",
"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 67af150

Please sign in to comment.