Skip to content

Commit

Permalink
chore: release 2024.12.20 (#6285)
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 Dec 20, 2024
1 parent 990015d commit d625a03
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2024.12.20

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

- feat(fs/unstable): add `fs.lstat` (#6276)

#### @std/testing 1.0.8 (patch)

- feat(testing/unstable): add API for configuring global sanitizer state (#6282)

### 2024.12.18

#### @std/assert 1.0.10 (patch)
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.7",
"version": "1.0.8",
"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 @@ -22,7 +22,7 @@
"@std/expect": "jsr:@std/expect@^1.0.10",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.8",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.12",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
Expand All @@ -40,7 +40,7 @@
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.8",
"@std/tar": "jsr:@std/tar@^0.1.4",
"@std/testing": "jsr:@std/testing@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.8",
"@std/text": "jsr:@std/text@^1.0.9",
"@std/toml": "jsr:@std/toml@^1.0.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion testing/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "1.0.7",
"version": "1.0.8",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
Expand Down

0 comments on commit d625a03

Please sign in to comment.