Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.5.16...v1.0.0) (2023-10-05)

### Bug Fixes

* create release v1 ([72de428](72de428))

### BREAKING CHANGES

* releasing version 1, there are no breaking changes as
such. Using the phrase to trigger semantic release to bump the version
to v1.

skip-checks: true
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent dde2c58 commit 3d9493b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0](https://github.com/roerohan/react-vnc/compare/v0.5.16...v1.0.0) (2023-10-05)


### Bug Fixes

* create release v1 ([72de428](https://github.com/roerohan/react-vnc/commit/72de4280074bea37d1a64dcb837f33ce83fae97d))


### BREAKING CHANGES

* releasing version 1, there are no breaking changes as
such. Using the phrase to trigger semantic release to bump the version
to v1.

## [0.5.16](https://github.com/roerohan/react-vnc/compare/v0.5.15...v0.5.16) (2023-10-03)


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

0 comments on commit 3d9493b

Please sign in to comment.