From 61f4e2927f1114dfc88a2e640f283e8497af072d Mon Sep 17 00:00:00 2001 From: Connor Couetil Date: Wed, 12 Jan 2022 14:19:38 -0800 Subject: [PATCH] 5.7.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4293332..f95d3d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-social-icons", - "version": "5.6.1", + "version": "5.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "5.6.1", + "version": "5.7.0", "license": "MIT", "dependencies": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index 3afb4487..9b5844b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "5.6.1", + "version": "5.7.0", "description": "beautiful, easy svg social icons in react", "main": "./build/react-social-icons.js", "types": "./build/react-social-icons.d.ts",