mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
3.0.1
This commit is contained in:
parent
e7a01c7bed
commit
948331d19b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Next]
|
||||
## [3.0.1] - 2020-08-24
|
||||
### Fixed
|
||||
- Make `Promise.is` work with promises from old versions of the library (#41)
|
||||
- Make `Promise.delay` properly break out of the current loop (#40)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "evaera/roblox-lua-promise"
|
||||
version = "3.0.0"
|
||||
version = "3.0.1"
|
||||
author = "evaera"
|
||||
content_root = "lib"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue