Skip to content

Commit

Permalink
chore: release 2025.02.14a (#6403)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
  • Loading branch information
denobot and kt3k authored Feb 14, 2025
1 parent 2ee02b1 commit 2829d6d
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 @@
### 2025.02.14a

#### @std/front-matter 1.0.7 (patch)

- refactor(front-matter): use relative path for importing module in the same
package (#6401)

#### @std/fs 1.0.13 (patch)

- docs(fs): add missing docs (#6400)

### 2025.02.14

#### @std/cli 1.0.13 (patch)
Expand Down
2 changes: 1 addition & 1 deletion front_matter/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/front-matter",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./any": "./any.ts",
Expand Down
2 changes: 1 addition & 1 deletion fs/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "1.0.12",
"version": "1.0.13",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@std/encoding": "jsr:@std/encoding@^1.0.7",
"@std/expect": "jsr:@std/expect@^1.0.13",
"@std/fmt": "jsr:@std/fmt@^1.0.5",
"@std/front-matter": "jsr:@std/front-matter@^1.0.6",
"@std/fs": "jsr:@std/fs@^1.0.12",
"@std/front-matter": "jsr:@std/front-matter@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.13",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.13",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
Expand Down

0 comments on commit 2829d6d

Please sign in to comment.