Skip to content

Commit 9ae8bf7

Browse files
committed
🔖 v1.1.0
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
1 parent 4bd02d3 commit 9ae8bf7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
<a name="1.0.0"></a>
412
## 1.0.0 (2023-09-17)
513

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.0.0",
9+
"version": "1.1.0",
1010
"type": "module",
1111
"main": "./dist/index.cjs",
1212
"module": "./dist/index.js",

0 commit comments

Comments
 (0)