From 2bad2efc3c89207f7a163e1909e62fce936563e0 Mon Sep 17 00:00:00 2001 From: Oyster Lee Date: Mon, 4 Apr 2022 06:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9084e6e..816f842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oysterlee/utils", - "version": "0.1.2", + "version": "0.2.0", "description": "Collection of utility functions for common JavaScript/TypeScript task", "main": "./dist/index.umd.js", "module": "./dist/index.es.js",