Skip to content

Commit

Permalink
chore(main): release iso-websocket 0.3.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Jul 23, 2024
1 parent f151f54 commit 9d34c16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"packages/iso-signatures": "0.3.2",
"packages/iso-web": "1.0.6",
"packages/iso-kv": "3.0.3",
"packages/iso-websocket": "0.2.0",
"packages/iso-websocket": "0.3.0",
"packages/configs": "0.1.8"
}
12 changes: 12 additions & 0 deletions packages/iso-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/hugomrdias/iso-repo/compare/iso-websocket-v0.2.0...iso-websocket-v0.3.0) (2024-07-23)


### Features

* **iso-websocket:** export events ([e4b0872](https://github.com/hugomrdias/iso-repo/commit/e4b08728a84675b85ff1ea8c157848c1c3264ada)), closes [#253](https://github.com/hugomrdias/iso-repo/issues/253)


### Bug Fixes

* **iso-websocket:** add event to error cause ([c47ef92](https://github.com/hugomrdias/iso-repo/commit/c47ef92c6c43fd663ca961166b1c040e6d748b52)), closes [#252](https://github.com/hugomrdias/iso-repo/issues/252)

## [0.2.0](https://github.com/hugomrdias/iso-repo/compare/iso-websocket-v0.1.6...iso-websocket-v0.2.0) (2024-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iso-websocket",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"description": "Isomorphic, resilient and extensible Websocket.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit 9d34c16

Please sign in to comment.