Skip to content

Commit

Permalink
Release version 4.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jan 3, 2022
1 parent e192db7 commit 7fc52a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.0.0-rc.2] - 2022-01-02
### Fixed
- Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77)

## [4.0.0-rc.1] - 2021-12-28
### Changed
- `Promise:finally` no longer observes a rejection from a Promise. Calling `Promise:finally` is mostly transparent now.
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 = "4.0.0-rc.1"
version = "4.0.0-rc.2"
author = "evaera"
content_root = "lib"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evaera/promise"
description = "Promise implementation for Roblox"
version = "4.0.0-rc.1"
version = "4.0.0-rc.2"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 7fc52a1

Please sign in to comment.