From dc10ee9daa270157c19a16f7168fc42210f3355c Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 12 Jul 2021 14:06:15 -0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b583a63..65f4b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "degenerator", - "version": "2.2.0", + "version": "3.0.0", "description": "Compiles sync functions into async generator functions", "main": "dist/src/index", "typings": "dist/src/index",