diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-16 19:48:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 23:48:42 +0000 |
commit | 3385d1252e4eae093234d0a075f4a564308ba48e (patch) | |
tree | 6846b35c3fdfd547fa8d5d1472dc88b78c8b5993 /ext/broadcast_channel | |
parent | 72dd74d83a89d3db17e6ed5d0b8c7f4ba3f3d233 (diff) |
chore: forward v2.0.1 release commit to main (#26338)
This is the release commit being forwarded back to main for 2.0.1
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/broadcast_channel')
-rw-r--r-- | ext/broadcast_channel/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index b19c4ce15..95d480d24 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.165.0" +version = "0.166.0" authors.workspace = true edition.workspace = true license.workspace = true |