Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2024-07-02)

### Bug Fixes

* add types to exports to avoid typescript error in import ([5147009](5147009))
* **submodules:** submodules were updated ([33a7c86](33a7c86))
* **submodules:** submodules were updated ([0b26f86](0b26f86))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent 07081d5 commit d5b29db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.2](https://github.com/roerohan/react-vnc/compare/v2.0.1...v2.0.2) (2024-07-02)


### Bug Fixes

* add types to exports to avoid typescript error in import ([5147009](https://github.com/roerohan/react-vnc/commit/5147009b8d9c0080865a04eb98d9b7526457d2eb))
* **submodules:** submodules were updated ([33a7c86](https://github.com/roerohan/react-vnc/commit/33a7c86d1da270bdd3879aa2e7dd26b27026451f))
* **submodules:** submodules were updated ([0b26f86](https://github.com/roerohan/react-vnc/commit/0b26f863bfac8d7e68fe2abe3509472ec2c5d690))

## [2.0.1](https://github.com/roerohan/react-vnc/compare/v2.0.0...v2.0.1) (2024-06-10)


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

0 comments on commit d5b29db

Please sign in to comment.