From 4720b619d1a185442789b6b1ecbe926dd49af737 Mon Sep 17 00:00:00 2001 From: Romullo Date: Fri, 12 Feb 2021 19:05:42 -0300 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 5c616eb..b0ca167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chork", - "version": "0.1.0-alpha.7", + "version": "0.1.0", "description": "Minimalist JS data type checking utility.", "main": "dist/index.js", "module": "dist/index.js",