From e0a0806161523c2a03919039e4f9950f8e811873 Mon Sep 17 00:00:00 2001 From: Jaxson Van Doorn Date: Thu, 14 Jan 2021 12:01:06 -0800 Subject: [PATCH] Bump to v1.5.0 New Features: - Default to ES module with fallback to UMD --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26523b0..d430368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-wavify", - "version": "1.4.2", + "version": "1.5.0", "description": "Animated wave component for React", "main": "lib/index.js", "module": "lib/index.module.js",