From b72d6257e805e94e42a967083cf8e9e5d1ee6efb Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Thu, 14 Sep 2017 19:50:35 -0500 Subject: [PATCH 1/2] Add Snyk badge to README Snyk.io will monitor for vulnerabilities in the package dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c7530b..18d2d3b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/wimpyprogrammer/react-component-update.svg?branch=master)](https://travis-ci.org/wimpyprogrammer/react-component-update) [![codecov](https://codecov.io/gh/wimpyprogrammer/react-component-update/branch/master/graph/badge.svg)](https://codecov.io/gh/wimpyprogrammer/react-component-update) +[![Known Vulnerabilities](https://snyk.io/test/github/wimpyprogrammer/react-component-update/badge.svg)](https://snyk.io/test/github/wimpyprogrammer/react-component-update) Adds convenience lifecycle events to your React components. From bd0c8dc193ac5f5ca5035dcdebf68bd47db077b4 Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Thu, 14 Sep 2017 20:40:58 -0500 Subject: [PATCH 2/2] Bump patch version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed273e5..83e8c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-component-update", - "version": "1.0.0", + "version": "1.0.1", "description": "Extends the native React Component to streamline updates", "main": "lib/index.js", "scripts": {