Skip to content

Commit d625a03

Browse files
denobotkt3k
andauthored
chore: release 2024.12.20 (#6285)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
1 parent 990015d commit d625a03

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2024.12.20
2+
3+
#### @std/fs 1.0.8 (patch)
4+
5+
- feat(fs/unstable): add `fs.lstat` (#6276)
6+
7+
#### @std/testing 1.0.8 (patch)
8+
9+
- feat(testing/unstable): add API for configuring global sanitizer state (#6282)
10+
111
### 2024.12.18
212

313
#### @std/assert 1.0.10 (patch)

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.7",
3+
"version": "1.0.8",
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
@@ -22,7 +22,7 @@
2222
"@std/expect": "jsr:@std/expect@^1.0.10",
2323
"@std/fmt": "jsr:@std/fmt@^1.0.3",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
25-
"@std/fs": "jsr:@std/fs@^1.0.7",
25+
"@std/fs": "jsr:@std/fs@^1.0.8",
2626
"@std/html": "jsr:@std/html@^1.0.3",
2727
"@std/http": "jsr:@std/http@^1.0.12",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
@@ -40,7 +40,7 @@
4040
"@std/semver": "jsr:@std/semver@^1.0.3",
4141
"@std/streams": "jsr:@std/streams@^1.0.8",
4242
"@std/tar": "jsr:@std/tar@^0.1.4",
43-
"@std/testing": "jsr:@std/testing@^1.0.7",
43+
"@std/testing": "jsr:@std/testing@^1.0.8",
4444
"@std/text": "jsr:@std/text@^1.0.9",
4545
"@std/toml": "jsr:@std/toml@^1.0.2",
4646
"@std/ulid": "jsr:@std/ulid@^1.0.0",

testing/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/testing",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
"./bdd": "./bdd.ts",
66
"./mock": "./mock.ts",

0 commit comments

Comments
 (0)