Skip to content

Commit

Permalink
chore(release): 0.2.9 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.9](v0.2.8...v0.2.9) (2022-02-19)

### Bug Fixes

* **forwardRef:** forward connect(), disconnect() and connected from VncScreen ([#20](#20)) ([9392ab3](9392ab3))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Feb 19, 2022
1 parent 9392ab3 commit f7b77d8
Show file tree
Hide file tree
Showing 3 changed files with 15 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.2.9](https://github.com/roerohan/react-vnc/compare/v0.2.8...v0.2.9) (2022-02-19)


### Bug Fixes

* **forwardRef:** forward connect(), disconnect() and connected from VncScreen ([#20](https://github.com/roerohan/react-vnc/issues/20)) ([9392ab3](https://github.com/roerohan/react-vnc/commit/9392ab3a2a06a88d77e1730823ee514309808658))

## [0.2.8](https://github.com/roerohan/react-vnc/compare/v0.2.7...v0.2.8) (2022-01-07)


Expand Down
9 changes: 7 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.2.8",
"version": "0.2.9",
"description": "A React Component to connect to a websockified VNC client using noVNC.",
"author": "roerohan",
"license": "MIT",
Expand Down

0 comments on commit f7b77d8

Please sign in to comment.