Skip to content

Commit

Permalink
chore(release): 1.39.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.39.0](v1.38.1...v1.39.0) (2024-03-18)

### Features

* sessionStorage to persist a socketId per tab ([c2ca7be](c2ca7be))
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent c2ca7be commit c04d6dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.39.0](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.38.1...v1.39.0) (2024-03-18)


### Features

* sessionStorage to persist a socketId per tab ([c2ca7be](https://github.com/CoCreate-app/CoCreate-socket-client/commit/c2ca7be6c25acf76e6cd391442a75063fc68ad37))

## [1.38.1](https://github.com/CoCreate-app/CoCreate-socket-client/compare/v1.38.0...v1.38.1) (2024-02-05)


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.38.1",
"version": "1.39.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 c04d6dd

Please sign in to comment.