diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e8c2e..fa65fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.4](https://github.com/roerohan/react-vnc/compare/v0.2.3...v0.2.4) (2021-09-26) + + +### Bug Fixes + +* **release:** do not publish tarball inside the dist folder ([#12](https://github.com/roerohan/react-vnc/issues/12)) ([844affd](https://github.com/roerohan/react-vnc/commit/844affd009e279b04fbcdcab62cc644fa4c189d7)) + ## [0.2.3](https://github.com/roerohan/react-vnc/compare/v0.2.2...v0.2.3) (2021-09-26) diff --git a/package-lock.json b/package-lock.json index 66870ff..af5ce04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-vnc", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-vnc", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.11.10", diff --git a/package.json b/package.json index 03fc436..881cfcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-vnc", - "version": "0.2.3", + "version": "0.2.4", "description": "A React Component to connect to a websockified VNC client using noVNC.", "author": "roerohan", "license": "MIT",