Skip to content

Commit

Permalink
chore: release 2024.09.16 (#5985)
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 Sep 16, 2024
1 parent 7e200e5 commit 05b6d7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 2024.09.16

#### @std/cache 0.1.3 (patch)

- fix(cache,data-structures): add missing non-null assertion and `override`
keyword (#5981)

#### @std/data-structures 1.0.4 (patch)

- fix(cache,data-structures): add missing non-null assertion and `override`
keyword (#5981)

#### @std/tar 0.1.1 (patch)

- fix(tar): update to `0.1.1` (#5980)

### 2024.09.12a

#### @std/net 1.0.4 (patch)
Expand Down
2 changes: 1 addition & 1 deletion cache/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cache",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": "./mod.ts",
"./lru-cache": "./lru_cache.ts",
Expand Down
2 changes: 1 addition & 1 deletion data_structures/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/data-structures",
"version": "1.0.3",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./unstable-bidirectional-map": "./unstable_bidirectional_map.ts",
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@std/assert": "jsr:@std/assert@^1.0.5",
"@std/async": "jsr:@std/async@^1.0.5",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/cache": "jsr:@std/cache@^0.1.2",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.6",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.3",
"@std/data-structures": "jsr:@std/data-structures@^1.0.3",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
Expand Down

0 comments on commit 05b6d7e

Please sign in to comment.