diff --git a/CHANGELOG.md b/CHANGELOG.md index ca02161..e996455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.13](https://github.com/roerohan/react-vnc/compare/v0.5.12...v0.5.13) (2023-08-01) + + +### Bug Fixes + +* **submodules:** submodules were updated ([d72ced2](https://github.com/roerohan/react-vnc/commit/d72ced2365ffcc071d3c30f85995ee495d139317)) + ## [0.5.12](https://github.com/roerohan/react-vnc/compare/v0.5.11...v0.5.12) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index 10b56b2..410715f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-vnc", - "version": "0.5.12", + "version": "0.5.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-vnc", - "version": "0.5.12", + "version": "0.5.13", "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.11.10", diff --git a/package.json b/package.json index c540da6..36bca7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-vnc", - "version": "0.5.12", + "version": "0.5.13", "description": "A React Component to connect to a websockified VNC client using noVNC.", "author": "roerohan", "license": "MIT",