diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5e95d..883e505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.3](https://github.com/roerohan/react-vnc/compare/v0.4.2...v0.4.3) (2022-02-27) + + +### Bug Fixes + +* **pr-template:** added PR template ([11d358f](https://github.com/roerohan/react-vnc/commit/11d358f0b4db47c071a83b2f23685226446cc2c9)) + ## [0.4.2](https://github.com/roerohan/react-vnc/compare/v0.4.1...v0.4.2) (2022-02-27) diff --git a/package-lock.json b/package-lock.json index 53a7aea..babe580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-vnc", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-vnc", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.11.10", diff --git a/package.json b/package.json index 5db7b5c..90a144b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-vnc", - "version": "0.4.2", + "version": "0.4.3", "description": "A React Component to connect to a websockified VNC client using noVNC.", "author": "roerohan", "license": "MIT",