From 6b264e112234056a7bb1a73966c47b9ff2ce4874 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Sep 2021 08:58:20 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/roerohan/react-vnc/compare/v0.2.0...v0.2.1) (2021-09-26) ### Bug Fixes * add entries to npmignore and update submodule ([#8](https://github.com/roerohan/react-vnc/issues/8)) ([4096c1a](https://github.com/roerohan/react-vnc/commit/4096c1a279ff5a82f5518a8382342dcc6deaebb1)) skip-checks: true --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c5421..e07caba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/roerohan/react-vnc/compare/v0.2.0...v0.2.1) (2021-09-26) + + +### Bug Fixes + +* add entries to npmignore and update submodule ([#8](https://github.com/roerohan/react-vnc/issues/8)) ([4096c1a](https://github.com/roerohan/react-vnc/commit/4096c1a279ff5a82f5518a8382342dcc6deaebb1)) + # [0.2.0](https://github.com/roerohan/react-vnc/compare/v0.1.18...v0.2.0) (2021-09-26) diff --git a/package-lock.json b/package-lock.json index 95f02b0..810fcaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-vnc", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-vnc", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@testing-library/jest-dom": "^5.11.10", diff --git a/package.json b/package.json index dbcc357..e122511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-vnc", - "version": "0.2.0", + "version": "0.2.1", "description": "A React Component to connect to a websockified VNC client using noVNC.", "author": "roerohan", "license": "MIT",