From 83794972988bc4b19c9b4b3343ee4d88e8e32dc0 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:48:15 -0700 Subject: [PATCH] 0.151.0 (#2497) --- Releases.md | 6 ++++++ testing/__snapshots__/snapshot_test.ts.snap | 4 ---- version.ts | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Releases.md b/Releases.md index cf25a9aad..5f0c9ff72 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,9 @@ +### 0.151.0 / 2022.08.04 + +- fix(node): fs.existsSync never throws (#2495) +- fix(node/fs): add watchFile & unwatchFile (#2477) +- fix(node/http,https): set the url protocol by default (#2480) + ### 0.150.0 / 2022.07.28 - feat(http/http_errors): add headers property (#2462) diff --git a/testing/__snapshots__/snapshot_test.ts.snap b/testing/__snapshots__/snapshot_test.ts.snap index c81ae859c..69f0b5507 100644 --- a/testing/__snapshots__/snapshot_test.ts.snap +++ b/testing/__snapshots__/snapshot_test.ts.snap @@ -208,7 +208,6 @@ snapshot[`Snapshot Test - Options > mode 1`] = ` snapshot[`Snapshot Test - Options > mode 2`] = ` "running 1 test from /test.ts snapshot ... ok (--ms) - ------- output ------- > 1 snapshots updated. @@ -221,7 +220,6 @@ ok | 1 passed | 0 failed (--ms) snapshot[`Snapshot Test - Update - New snapshot 1`] = ` "running 1 test from /test.ts Snapshot Test - Update ... ok (--ms) - ------- output ------- > 1 snapshots updated. @@ -267,7 +265,6 @@ snapshot[\`Snapshot Test - Update 1\`] = \` snapshot[`Snapshot Test - Update - Existing snapshot - updates 1`] = ` "running 1 test from /test.ts Snapshot Test - Update ... ok (--ms) - ------- output ------- > 1 snapshots updated. @@ -295,7 +292,6 @@ snapshot[`Snapshot Test - Update - Existing snapshots - reverse order 1 1`] = ` "running 2 tests from /test.ts Snapshot Test - First ... ok (--ms) Snapshot Test - Second ... ok (--ms) - ------- output ------- > 2 snapshots updated. diff --git a/version.ts b/version.ts index 7ed2a327e..db3a1246f 100644 --- a/version.ts +++ b/version.ts @@ -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.150.0"; +export const VERSION = "0.151.0";