Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Dec 2, 2020
1 parent fc9097e commit 4f3604e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased changes
## [3.1.0] - 2020-12-01

### Added
- Added `Promise.fold` (#47)
Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4f3604e

Please sign in to comment.