From c6d1ab2d68ea124966f59c42e81501930629c038 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:57:33 -0400 Subject: [PATCH] chore: release 2024.09.12a (#5971) Co-authored-by: kt3k --- Releases.md | 11 +++++++++++ import_map.json | 4 ++-- net/deno.json | 2 +- path/deno.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Releases.md b/Releases.md index 79f1617db..9e8a0d4a4 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,14 @@ +### 2024.09.12a + +#### @std/net 1.0.4 (patch) + +- chore(net): add back `get-network-address` module to fix + `http@1.0.5/file-server` (#5970) + +#### @std/path 1.0.6 (patch) + +- docs(path): add note about `unstable-join` (#5967) + ### 2024.09.12 #### @std/archive 0.225.3 (patch) diff --git a/import_map.json b/import_map.json index da39f94b8..aec71d99c 100644 --- a/import_map.json +++ b/import_map.json @@ -33,8 +33,8 @@ "@std/log": "jsr:@std/log@^0.224.7", "@std/media-types": "jsr:@std/media-types@^1.0.3", "@std/msgpack": "jsr:@std/msgpack@^1.0.2", - "@std/net": "jsr:@std/net@^1.0.3", - "@std/path": "jsr:@std/path@^1.0.5", + "@std/net": "jsr:@std/net@^1.0.4", + "@std/path": "jsr:@std/path@^1.0.6", "@std/regexp": "jsr:@std/regexp@^1.0.0", "@std/random": "jsr:@std/random@^0.1.0", "@std/semver": "jsr:@std/semver@^1.0.3", diff --git a/net/deno.json b/net/deno.json index f0fcbf870..d1c5b0cd8 100644 --- a/net/deno.json +++ b/net/deno.json @@ -1,6 +1,6 @@ { "name": "@std/net", - "version": "1.0.3", + "version": "1.0.4", "exports": { ".": "./mod.ts", "./get-available-port": "./get_available_port.ts", diff --git a/path/deno.json b/path/deno.json index 1c8ce49d0..789231f78 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "1.0.5", + "version": "1.0.6", "exports": { ".": "./mod.ts", "./basename": "./basename.ts",