From d625a030a70c47b2e2da9697de44347bfe12071c Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 20 Dec 2024 03:15:32 -0500 Subject: [PATCH] chore: release 2024.12.20 (#6285) Co-authored-by: kt3k --- Releases.md | 10 ++++++++++ fs/deno.json | 2 +- import_map.json | 4 ++-- testing/deno.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Releases.md b/Releases.md index 1c3bc486ec14..6bb9c24dadc9 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,13 @@ +### 2024.12.20 + +#### @std/fs 1.0.8 (patch) + +- feat(fs/unstable): add `fs.lstat` (#6276) + +#### @std/testing 1.0.8 (patch) + +- feat(testing/unstable): add API for configuring global sanitizer state (#6282) + ### 2024.12.18 #### @std/assert 1.0.10 (patch) diff --git a/fs/deno.json b/fs/deno.json index 52c6be56aae5..e5d02d641dc8 100644 --- a/fs/deno.json +++ b/fs/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fs", - "version": "1.0.7", + "version": "1.0.8", "exports": { ".": "./mod.ts", "./copy": "./copy.ts", diff --git a/import_map.json b/import_map.json index 77d68521eed3..33aa831678d4 100644 --- a/import_map.json +++ b/import_map.json @@ -22,7 +22,7 @@ "@std/expect": "jsr:@std/expect@^1.0.10", "@std/fmt": "jsr:@std/fmt@^1.0.3", "@std/front-matter": "jsr:@std/front-matter@^1.0.5", - "@std/fs": "jsr:@std/fs@^1.0.7", + "@std/fs": "jsr:@std/fs@^1.0.8", "@std/html": "jsr:@std/html@^1.0.3", "@std/http": "jsr:@std/http@^1.0.12", "@std/ini": "jsr:@std/ini@^1.0.0-rc.5", @@ -40,7 +40,7 @@ "@std/semver": "jsr:@std/semver@^1.0.3", "@std/streams": "jsr:@std/streams@^1.0.8", "@std/tar": "jsr:@std/tar@^0.1.4", - "@std/testing": "jsr:@std/testing@^1.0.7", + "@std/testing": "jsr:@std/testing@^1.0.8", "@std/text": "jsr:@std/text@^1.0.9", "@std/toml": "jsr:@std/toml@^1.0.2", "@std/ulid": "jsr:@std/ulid@^1.0.0", diff --git a/testing/deno.json b/testing/deno.json index 6a614b943a30..1b4464baa62b 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,6 +1,6 @@ { "name": "@std/testing", - "version": "1.0.7", + "version": "1.0.8", "exports": { "./bdd": "./bdd.ts", "./mock": "./mock.ts",