Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
This commit is contained in:
denobot 2022-07-12 23:25:21 +05:30 committed by GitHub
parent e2f3f58fb4
commit 3f2cb36065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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";