Skip -dev Will publish after internal validation.
diff --git a/CHANGELOG.md b/CHANGELOG.md index b2132a7..5b559ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,4 +1,4 @@ -## 2.2.0-dev +## 2.2.0 - Add `HtmlWebSocketChannel.innerWebSocket` getter to access features not exposed through the shared `WebSocketChannel` interface.
diff --git a/pubspec.yaml b/pubspec.yaml index e9096fc..1f42871 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,5 +1,5 @@ name: web_socket_channel -version: 2.2.0-dev +version: 2.2.0 description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform