diff --git a/README.md b/README.md index 6258e8c..8330a72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # react-secure-link 🔒 +![Test](https://github.com/dbudwin/react-secure-link/workflows/Test/badge.svg?branch=main) +[![Coverage Status](https://coveralls.io/repos/github/dbudwin/react-secure-link/badge.svg?branch=main)](https://coveralls.io/github/dbudwin/react-secure-link?branch=main) + A TypeScript compatible React component to avoid security exploits when opening a link in a new tab. `react-secure-link` is **lightweight** and has **zero dependencies**! ## The Exploit 💥 diff --git a/package-lock.json b/package-lock.json index 8c9f2ad..7e34f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-secure-link", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.12.9", diff --git a/package.json b/package.json index 7aa738e..538e207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-secure-link", - "version": "1.0.0", + "version": "1.0.1", "description": "A TypeScript compatible React component to avoid security exploits when opening a link in a new tab.", "keywords": [ "react",