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 # Changelog
## Unreleased changes ## [3.1.0] - 2020-12-01
### Added ### Added
- Added `Promise.fold` (#47) - Added `Promise.fold` (#47)

View file

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

View file

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