Skip to content

Commit

Permalink
chore(release): 1.33.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.33.0](v1.32.4...v1.33.0) (2023-11-09)

### Bug Fixes

* meta name typo ([4135e60](4135e60))
* update crud methods ([c329149](c329149))
* update host ([23d6b94](23d6b94))

### Features

* status=await force socket to await server ([8f85e36](8f85e36))
  • Loading branch information
semantic-release-bot committed Nov 9, 2023
1 parent 23d6b94 commit 560aad2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.33.0](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.32.4...v1.33.0) (2023-11-09)


### Bug Fixes

* meta name typo ([4135e60](https://github.com/CoCreate-app/CoCreate-socket-client/commit/4135e60cb323de38eadcd0477f513c398ff3ed09))
* update crud methods ([c329149](https://github.com/CoCreate-app/CoCreate-socket-client/commit/c329149ffaa0dbdf0747f7f1d276e9ea98608822))
* update host ([23d6b94](https://github.com/CoCreate-app/CoCreate-socket-client/commit/23d6b9423216222b81cf4643356dbbd5db0b3410))


### Features

* status=await force socket to await server ([8f85e36](https://github.com/CoCreate-app/CoCreate-socket-client/commit/8f85e36649bb092da468f834a506db25e1e25b9b))

## [1.32.4](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.32.3...v1.32.4) (2023-11-03)


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.4",
"version": "1.33.0",
"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 560aad2

Please sign in to comment.