Skip to content

Commit 8ef4832

Browse files
committed
🔖 v1.3.0
1 parent 972c511 commit 8ef4832

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Changelog
22

3-
<a name="1.3.0-beta"></a>
4-
## 1.3.0-beta (2023-11-19)
3+
<a name="1.3.0"></a>
4+
## 1.3.0 (2023-12-01)
55

66
### Added
77

8-
- ✨ Update types and accessors [[7d8cfe5](https://github.com/Tomas2D/ultravnc-repeater/commit/7d8cfe59284dfc4e49fcbf1ebc9c15561230fe8c)]
9-
10-
11-
<a name="1.3.0-alpha"></a>
12-
## 1.3.0-alpha (2023-11-18)
13-
14-
### Added
15-
16-
- ✨ Add TCP Keep-Alive support, statistics and improve events [[2db8000](https://github.com/Tomas2D/ultravnc-repeater/commit/2db8000b8e5ac2ad13213bbfecdbdbfd93f7740e)]
8+
- ✨ Add TCP Keep-Alive support, statistics and improve events
9+
- ✨ Add optional hostname option
10+
- ✨ Update types and accessors
11+
- ✨ Improve sockets handling
1712

1813

1914
<a name="1.2.0"></a>

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
@@ -6,7 +6,7 @@
66
"ultravnc",
77
"uvnc"
88
],
9-
"version": "1.3.0-beta",
9+
"version": "1.3.0",
1010
"type": "module",
1111
"main": "./dist/index.cjs",
1212
"module": "./dist/index.js",

0 commit comments

Comments
 (0)