mirror of
				https://github.com/AmberGraceRblx/luau-promise.git
				synced 2025-11-03 19:49:17 +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
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Next]
 | 
					## [3.0.1] - 2020-08-24
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
- Make `Promise.is` work with promises from old versions of the library (#41)
 | 
					- Make `Promise.is` work with promises from old versions of the library (#41)
 | 
				
			||||||
- Make `Promise.delay` properly break out of the current loop (#40)
 | 
					- Make `Promise.delay` properly break out of the current loop (#40)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "evaera/roblox-lua-promise"
 | 
					name = "evaera/roblox-lua-promise"
 | 
				
			||||||
version = "3.0.0"
 | 
					version = "3.0.1"
 | 
				
			||||||
author = "evaera"
 | 
					author = "evaera"
 | 
				
			||||||
content_root = "lib"
 | 
					content_root = "lib"
 | 
				
			||||||
license = "MIT"
 | 
					license = "MIT"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue