mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
Release version 4.0.0-rc.2
This commit is contained in:
parent
e192db7946
commit
7fc52a1cd4
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue