Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Feb 19, 2022
1 parent 68d143e commit 932cb06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.4.0](https://github.com/roerohan/react-vnc/compare/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](https://github.com/roerohan/react-vnc/issues/23)) ([8005dd2](https://github.com/roerohan/react-vnc/commit/8005dd2dc2c9036fcbe61a4b9f87d8c1e6a8c85b))

# [0.3.0](https://github.com/roerohan/react-vnc/compare/v0.2.10...v0.3.0) (2022-02-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vnc",
"version": "0.3.0",
"version": "0.4.0",
"description": "A React Component to connect to a websockified VNC client using noVNC.",
"author": "roerohan",
"license": "MIT",
Expand Down

0 comments on commit 932cb06

Please sign in to comment.