mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: release 2024.09.12a (#5971)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
parent
ad67a17c3d
commit
c6d1ab2d68
11
Releases.md
11
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)
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/path",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./basename": "./basename.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user