From 6d4dc4a3ae9979071fd31e72c43087f6c7b7737d Mon Sep 17 00:00:00 2001 From: Welly Shen Date: Wed, 17 Jun 2020 23:04:18 +0800 Subject: [PATCH] Release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 354352b9..504e70d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wellyshen/use-web-animations", - "version": "0.0.13", + "version": "0.1.0", "description": "React hook for highly-performant and manipulable animations using Web Animations API.", "license": "MIT", "homepage": "https://use-web-animations.netlify.app",