From 614aea02e118732a828bd4b9530ece8f7b9dda41 Mon Sep 17 00:00:00 2001 From: Bin-Huang Date: Mon, 1 Feb 2021 17:47:19 +0800 Subject: [PATCH] v0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1b14cf..8de6ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prray", - "version": "0.8.0", + "version": "0.8.1", "description": "'Promisified' Array, it compatible with the original Array but comes with async versions of native Array methods, such as `mapAsync`, `filterAsync`, `reduceAsync`, `sortAsync`, `findAsync`, `findIndexAsync`, `everyAsync`, `someAsync`, `forEachAsync`...", "main": "./dist/src/index", "typings": "./dist/src/index.d.ts",