Skip to content

Commit 43de5df

Browse files
denobotkt3k
andauthored
chore: release 2025.10.07a (#6846)
Co-authored-by: kt3k <[email protected]>
1 parent ed9f235 commit 43de5df

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2025.10.07a
2+
3+
#### @std/internal 1.0.12 (patch)
4+
5+
- fix(internal): fix error in module reference (#6845)
6+
17
### 2025.10.07
28

39
#### @std/assert 1.0.15 (patch)

import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@std/html": "jsr:@std/html@^1.0.5",
2727
"@std/http": "jsr:@std/http@^1.0.21",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.8",
29-
"@std/internal": "jsr:@std/internal@^1.0.11",
29+
"@std/internal": "jsr:@std/internal@^1.0.12",
3030
"@std/io": "jsr:@std/io@^0.225.2",
3131
"@std/json": "jsr:@std/json@^1.0.2",
3232
"@std/jsonc": "jsr:@std/jsonc@^1.0.2",

internal/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/internal",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"exports": {
55
".": "./mod.ts",
66
"./assertion-state": "./assertion_state.ts",

0 commit comments

Comments
 (0)