mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.148.0 (#2438)
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
This commit is contained in:
parent
e2f3f58fb4
commit
3f2cb36065
@ -1,3 +1,10 @@
|
||||
### 0.148.0 / 2022.07.12
|
||||
|
||||
- fix(archive/tar): export TarEntry class (#2429)
|
||||
- fix(encoding/csv/stream): cancel lineReader if readable is canceled (#2401)
|
||||
- fix(node): add missing named zlib exports (#2435)
|
||||
- node: handle v8 flag passed to child_process.fork (#2424)
|
||||
|
||||
### 0.147.0 / 2022.07.05
|
||||
|
||||
- feat(dotenv): add expand feature, move parse logic to RegExp (#2387)
|
||||
|
@ -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.147.0";
|
||||
export const VERSION = "0.148.0";
|
||||
|
Loading…
Reference in New Issue
Block a user