We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd02d3 commit 9ae8bf7Copy full SHA for 9ae8bf7
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+<a name="1.1.0"></a>
4
+## 1.1.0 (2023-09-18)
5
+
6
+### Added
7
8
+- ✨ Add missing keep-alive config options [[4bd02d3](https://github.com/Tomas2D/ultravnc-repeater/commit/4bd02d373a914c2cb2cef5a0180a14ce2aa0e5dc)]
9
10
11
<a name="1.0.0"></a>
12
## 1.0.0 (2023-09-17)
13
package.json
@@ -6,7 +6,7 @@
"ultravnc",
"uvnc"
],
- "version": "1.0.0",
+ "version": "1.1.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
0 commit comments