Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Feb 1, 2021
1 parent 5802176 commit 614aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 614aea0

Please sign in to comment.