Skip to content

Commit 05b6d7e

Browse files
denobotkt3k
andauthored
chore: release 2024.09.16 (#5985)
Co-authored-by: kt3k <[email protected]>
1 parent 7e200e5 commit 05b6d7e

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

Releases.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 2024.09.16
2+
3+
#### @std/cache 0.1.3 (patch)
4+
5+
- fix(cache,data-structures): add missing non-null assertion and `override`
6+
keyword (#5981)
7+
8+
#### @std/data-structures 1.0.4 (patch)
9+
10+
- fix(cache,data-structures): add missing non-null assertion and `override`
11+
keyword (#5981)
12+
13+
#### @std/tar 0.1.1 (patch)
14+
15+
- fix(tar): update to `0.1.1` (#5980)
16+
117
### 2024.09.12a
218

319
#### @std/net 1.0.4 (patch)

cache/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cache",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"exports": {
55
".": "./mod.ts",
66
"./lru-cache": "./lru_cache.ts",

data_structures/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/data-structures",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"exports": {
55
".": "./mod.ts",
66
"./unstable-bidirectional-map": "./unstable_bidirectional_map.ts",

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"@std/assert": "jsr:@std/assert@^1.0.5",
1111
"@std/async": "jsr:@std/async@^1.0.5",
1212
"@std/bytes": "jsr:@std/bytes@^1.0.2",
13-
"@std/cache": "jsr:@std/cache@^0.1.2",
13+
"@std/cache": "jsr:@std/cache@^0.1.3",
1414
"@std/cli": "jsr:@std/cli@^1.0.6",
1515
"@std/collections": "jsr:@std/collections@^1.0.6",
1616
"@std/crypto": "jsr:@std/crypto@^1.0.3",
1717
"@std/csv": "jsr:@std/csv@^1.0.3",
18-
"@std/data-structures": "jsr:@std/data-structures@^1.0.3",
18+
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
1919
"@std/datetime": "jsr:@std/datetime@^0.225.2",
2020
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
2121
"@std/encoding": "jsr:@std/encoding@^1.0.5",

0 commit comments

Comments
 (0)