Skip to content

Commit

Permalink
chore: release 2024.09.12a (#5971)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Sep 12, 2024
1 parent ad67a17 commit c6d1ab2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 2024.09.12a

#### @std/net 1.0.4 (patch)

- chore(net): add back `get-network-address` module to fix
`[email protected]/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)
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion net/deno.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion path/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/path",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",
Expand Down

0 comments on commit c6d1ab2

Please sign in to comment.