Skip to content

Commit f9a4678

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2025-11-22) ### Features * **vncscreen.tsx:** supports a websocket instance as prop which may be pre-authenticated ([2cdfb01](2cdfb01)) skip-checks: true
1 parent 8589e75 commit f9a4678

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/roerohan/react-vnc/compare/v3.1.0...v3.2.0) (2025-11-22)
2+
3+
4+
### Features
5+
6+
* **vncscreen.tsx:** supports a websocket instance as prop which may be pre-authenticated ([2cdfb01](https://github.com/roerohan/react-vnc/commit/2cdfb01d474d2d6553d698b8adfea1e70a2eb7b1))
7+
18
# [3.1.0](https://github.com/roerohan/react-vnc/compare/v3.0.8...v3.1.0) (2025-04-24)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-vnc",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A React Component to connect to a websockified VNC client using noVNC.",
55
"author": "roerohan",
66
"license": "MIT",

0 commit comments

Comments
 (0)