From a0e06dfd3f723cb53eb294d3b7bf54f6a30a64ea Mon Sep 17 00:00:00 2001 From: Welly Shen Date: Sat, 13 Jun 2020 00:19:34 +0800 Subject: [PATCH] Release 0.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcefc591..ebcea3ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wellyshen/use-web-animations", - "version": "0.0.5", + "version": "0.0.6", "description": "React hook for highly-performant and manipulable animations using Web Animations API.", "license": "MIT", "homepage": "https://use-web-animations.netlify.com",