From 410b454cc413626e49febc185e1a420a019844bb Mon Sep 17 00:00:00 2001 From: Welly Shen Date: Sun, 30 May 2021 18:25:35 +0800 Subject: [PATCH] Release 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9218dd..4c7c485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wellyshen/use-web-animations", - "version": "0.8.0", + "version": "0.9.0", "description": "React hook for highly-performant and manipulable animations using Web Animations API.", "license": "MIT", "homepage": "https://use-web-animations.netlify.app",