Skip to content

Commit 932cb06

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2022-02-19) ### Features * **loading:** added custom component that can be displayed in place of default loading UI ([#23](#23)) ([8005dd2](8005dd2)) skip-checks: true
1 parent 68d143e commit 932cb06

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+
# [0.4.0](https://github.com/roerohan/react-vnc/compare/v0.3.0...v0.4.0) (2022-02-19)
2+
3+
4+
### Features
5+
6+
* **loading:** added custom component that can be displayed in place of default loading UI ([#23](https://github.com/roerohan/react-vnc/issues/23)) ([8005dd2](https://github.com/roerohan/react-vnc/commit/8005dd2dc2c9036fcbe61a4b9f87d8c1e6a8c85b))
7+
18
# [0.3.0](https://github.com/roerohan/react-vnc/compare/v0.2.10...v0.3.0) (2022-02-19)
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": "0.3.0",
3+
"version": "0.4.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)