mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: release 2024.09.16 (#5985)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
parent
7e200e5db7
commit
05b6d7eedd
16
Releases.md
16
Releases.md
@ -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)
|
||||
|
2
cache/deno.json
vendored
2
cache/deno.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/cache",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./lru-cache": "./lru_cache.ts",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user