From 26f09004d7e451dff9684cbc33961b4f3f6165ab Mon Sep 17 00:00:00 2001 From: Scott Schmalz Date: Sun, 27 Feb 2022 14:46:43 -0500 Subject: [PATCH] 5.12.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 6e5aae2a..d8ad0365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-social-icons", - "version": "5.11.0", + "version": "5.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-social-icons", - "version": "5.11.0", + "version": "5.12.0", "license": "MIT", "dependencies": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index 330ad9fe..18cffb58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "5.11.0", + "version": "5.12.0", "description": "beautiful, easy svg social icons in react", "main": "./build/react-social-icons.js", "types": "./build/react-social-icons.d.ts",