From 5d6a22cb3976b5d18ffe6203a42a43421414f678 Mon Sep 17 00:00:00 2001 From: Twilight <46562212+twlite@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:49:22 +0545 Subject: [PATCH] chore: bump rust package --- .changes/cleanup-fn-websocket.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changes/cleanup-fn-websocket.md b/.changes/cleanup-fn-websocket.md index 1af81197..59348e6e 100644 --- a/.changes/cleanup-fn-websocket.md +++ b/.changes/cleanup-fn-websocket.md @@ -1,5 +1,6 @@ --- websocket-js: minor +websocket: minor --- -`addListener` now returns a cleanup function instead of `void` to remove the listener. \ No newline at end of file +`addListener` now returns a cleanup function instead of `void` to remove the listener.