From 7ce2965b34b73c002c3b1b7acb576f10dd640569 Mon Sep 17 00:00:00 2001 From: Connor Couetil Date: Mon, 12 Aug 2024 16:31:27 -0400 Subject: [PATCH] 6.18.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd648c09..c2c1af4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "6.17.0", + "version": "6.18.0", "description": "beautiful, easy svg social icons in react", "main": "./dist/react-social-icons.cjs", "module": "./dist/react-social-icons.js", @@ -152,4 +152,4 @@ "react-dom": "^18.3.1" }, "packageManager": "pnpm@8.15.3" -} \ No newline at end of file +}