Skip to content

Commit 2442373

Browse files
denobotbartlomieju
andauthored
0.223.0 (#4588)
Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent dd55f28 commit 2442373

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.223.0 / 2024.04.15
2+
3+
- deprecation(expect): rename `addSnapshotSerializers` to
4+
`addSnapshotSerializer` (#4582)
5+
16
### 0.222.1 / 2024.04.11
27

38
- deprecation(semver): deprecate `rangeMax()` and `rangeMin()` (#4561)

fs/ensure_file_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Deno.test({
145145
path.join(testdataDir, "ensure_file_9"),
146146
path.join(testdataDir, "ensure_file_9", "test.txt"),
147147
],
148-
run: ["deno"],
148+
run: [Deno.execPath()],
149149
},
150150
async fn() {
151151
const testDir = path.join(testdataDir, "ensure_file_9");
@@ -182,7 +182,7 @@ Deno.test({
182182
path.join(testdataDir, "ensure_file_10"),
183183
path.join(testdataDir, "ensure_file_10", "test.txt"),
184184
],
185-
run: ["deno"],
185+
run: [Deno.execPath()],
186186
},
187187
fn() {
188188
const testDir = path.join(testdataDir, "ensure_file_10");

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.222.1";
8+
export const VERSION = "0.223.0";

0 commit comments

Comments
 (0)