From dcbdcb687325593a5e9a593effbe5a980d38dc17 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 4 Jun 2024 13:48:23 +1000 Subject: [PATCH] chore(path): release `path@1.0.0-rc.1` --- deno.json | 2 +- path/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index b71532be016d..ebcd740f1008 100644 --- a/deno.json +++ b/deno.json @@ -39,7 +39,7 @@ "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/msgpack": "jsr:@std/msgpack@^0.224.2", "@std/net": "jsr:@std/net@^0.224.2", - "@std/path": "jsr:@std/path@^0.225.2", + "@std/path": "jsr:@std/path@1.0.0-rc.1", "@std/regexp": "jsr:@std/regexp@^0.224.1", "@std/semver": "jsr:@std/semver@^0.224.2", "@std/streams": "jsr:@std/streams@^0.224.3", diff --git a/path/deno.json b/path/deno.json index 08023aec6534..fca30ef65e10 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "0.225.2", + "version": "1.0.0-rc.1", "exports": { ".": "./mod.ts", "./basename": "./basename.ts",