This commit is contained in:
Eryn Lynn 2020-12-01 20:26:44 -05:00
parent fc9097eaf7
commit 4f3604e9f1
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## Unreleased changes
## [3.1.0] - 2020-12-01
### Added
- Added `Promise.fold` (#47)

View file

@ -357,7 +357,7 @@ docs:
static: true
- name: fold
since: unreleased
since: 3.1.0
desc: |
Folds an array of values or promises into a single value. The array is traversed sequentially.

View file

@ -1,6 +1,6 @@
[package]
name = "evaera/roblox-lua-promise"
version = "3.0.1"
version = "3.1.0"
author = "evaera"
content_root = "lib"
license = "MIT"