Skip to content

Commit 4f3604e

Browse files
committed
v3.1.0
1 parent fc9097e commit 4f3604e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## [3.1.0] - 2020-12-01
44

55
### Added
66
- Added `Promise.fold` (#47)

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ docs:
357357
static: true
358358

359359
- name: fold
360-
since: unreleased
360+
since: 3.1.0
361361
desc: |
362362
Folds an array of values or promises into a single value. The array is traversed sequentially.
363363

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evaera/roblox-lua-promise"
3-
version = "3.0.1"
3+
version = "3.1.0"
44
author = "evaera"
55
content_root = "lib"
66
license = "MIT"

0 commit comments

Comments
 (0)