mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.149.0 (#2453)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
parent
25a80ab65e
commit
0d38304b74
@ -1,3 +1,10 @@
|
||||
### 0.149.0 / 2022.07.20
|
||||
|
||||
- feat(semver): add "semver" module (#2434)
|
||||
- fix(node/module): improve error message of createRequire (#2440)
|
||||
- fix(testing): add support for `PromiseLike` in `assertRejects` (#2443)
|
||||
- node: process.on("beforeExit") (#2331)
|
||||
|
||||
### 0.148.0 / 2022.07.12
|
||||
|
||||
- fix(archive/tar): export TarEntry class (#2429)
|
||||
|
@ -5,4 +5,4 @@
|
||||
* the cli's API is stable. In the future when std becomes stable, likely we
|
||||
* will match versions with cli as we have in the past.
|
||||
*/
|
||||
export const VERSION = "0.148.0";
|
||||
export const VERSION = "0.149.0";
|
||||
|
Loading…
Reference in New Issue
Block a user