Skip to content

Commit

Permalink
chore(main): release y-socket.io 1.5.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2022
1 parent b6675cf commit 8d546db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.1"
".": "1.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/TexteaInc/y-socket.io/compare/y-socket.io-v1.4.1...y-socket.io-v1.5.0) (2022-11-07)


### Features

* support `allowRequest` ([be85b33](https://github.com/TexteaInc/y-socket.io/commit/be85b337f74fa8b1d44d59ee0c1f6c933244ecb3))


### Bug Fixes

* make `zustand` a peerDependencies ([b6675cf](https://github.com/TexteaInc/y-socket.io/commit/b6675cf85c4a140762b0f8c2bf6ec2091891c6b5))

## [1.4.1](https://github.com/TexteaInc/y-socket.io/compare/y-socket.io-v1.4.0...y-socket.io-v1.4.1) (2022-10-23)


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": "@textea/y-socket.io",
"version": "1.4.1",
"version": "1.5.0",
"description": "Socket.io Connector for Yjs",
"files": [
"**"
Expand Down

0 comments on commit 8d546db

Please sign in to comment.