Skip to content

Commit

Permalink
chore(release): 1.29.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.29.1](v1.29.0...v1.29.1) (2023-10-09)

### Bug Fixes

* bump cocreate dependency versions ([16d69b8](16d69b8))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 16d69b8 commit 7d1cb0a
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.29.1](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.29.0...v1.29.1) (2023-10-09)


### Bug Fixes

* bump cocreate dependency versions ([16d69b8](https://github.com/CoCreate-app/CoCreate-socket-client/commit/16d69b85a15fcdd6de1b18871c5074252028eb5f))

# [1.29.0](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.28.0...v1.29.0) (2023-10-09)


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/socket-client",
"version": "1.29.0",
"version": "1.29.1",
"description": "A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"socket-client",
Expand Down Expand Up @@ -65,4 +65,4 @@
"@cocreate/uuid": "^1.7.2",
"ws": "7.5.9"
}
}
}

0 comments on commit 7d1cb0a

Please sign in to comment.