Skip to content

Commit 8184c10

Browse files
committed
1.4.5
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
1 parent eac5d0e commit 8184c10

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

3-
<a name="1.4.3"></a>
4-
## 1.4.3 (2024-05-07)
3+
<a name="1.4.5"></a>
4+
## 1.4.5 (2024-05-11)
55

66
### Added
77

8-
- ✨ Update events registration [[1c9191d](https://github.com/Tomas2D/ultravnc-repeater/commit/1c9191dcc61a1c420a83d1ac46a1ade2e8614a4e)]
8+
- ✨ Update events registration [[0356061](https://github.com/Tomas2D/ultravnc-repeater/commit/03560614bc7dfc68bc627053d58a89031e1f6518)]
9+
10+
### Fixed
11+
12+
- 🐛 Terminate socket reading on timeout [[eac5d0e](https://github.com/Tomas2D/ultravnc-repeater/commit/eac5d0e09856ddcbfd47b252dc18f0a694e00cc8)]
913

1014
### Miscellaneous
1115

12-
- Merge pull request [#195](https://github.com/Tomas2D/ultravnc-repeater/issues/195) from Tomas2D/dependabot/npm_and_yarn/tsx-4.8.2 [[094f110](https://github.com/Tomas2D/ultravnc-repeater/commit/094f110c648c30cd8f1433df5135003d11e562d8)]
16+
- 1.4.3 [[873acdf](https://github.com/Tomas2D/ultravnc-repeater/commit/873acdf7301be0473e5909191d63a047282b6e87)]
1317
- Bump tsx from 4.7.3 to 4.8.2 [[04a629a](https://github.com/Tomas2D/ultravnc-repeater/commit/04a629aae638c5b48d5befa38f8aa8af6f7025a8)]
1418
- Merge pull request [#192](https://github.com/Tomas2D/ultravnc-repeater/issues/192) from Tomas2D/dependabot/npm_and_yarn/pino-9.0.0 [[ae63352](https://github.com/Tomas2D/ultravnc-repeater/commit/ae633522065deb97cbbe4e33dc81dd1ac1f59298)]
1519
- Merge pull request [#193](https://github.com/Tomas2D/ultravnc-repeater/issues/193) from Tomas2D/dependabot/npm_and_yarn/tsx-4.7.3 [[005c435](https://github.com/Tomas2D/ultravnc-repeater/commit/005c435e35b883e7b50731de31e7b8c52bd12a97)]

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

0 commit comments

Comments
 (0)