Skip to content

Commit 2829d6d

Browse files
denobotkt3k
andauthored
chore: release 2025.02.14a (#6403)
Co-authored-by: kt3k <[email protected]>
1 parent 2ee02b1 commit 2829d6d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 2025.02.14a
2+
3+
#### @std/front-matter 1.0.7 (patch)
4+
5+
- refactor(front-matter): use relative path for importing module in the same
6+
package (#6401)
7+
8+
#### @std/fs 1.0.13 (patch)
9+
10+
- docs(fs): add missing docs (#6400)
11+
112
### 2025.02.14
213

314
#### @std/cli 1.0.13 (patch)

front_matter/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/front-matter",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
".": "./mod.ts",
66
"./any": "./any.ts",

fs/deno.json

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

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@std/encoding": "jsr:@std/encoding@^1.0.7",
2222
"@std/expect": "jsr:@std/expect@^1.0.13",
2323
"@std/fmt": "jsr:@std/fmt@^1.0.5",
24-
"@std/front-matter": "jsr:@std/front-matter@^1.0.6",
25-
"@std/fs": "jsr:@std/fs@^1.0.12",
24+
"@std/front-matter": "jsr:@std/front-matter@^1.0.7",
25+
"@std/fs": "jsr:@std/fs@^1.0.13",
2626
"@std/html": "jsr:@std/html@^1.0.3",
2727
"@std/http": "jsr:@std/http@^1.0.13",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",

0 commit comments

Comments
 (0)