diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-02-15 15:45:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 12:15:36 +0530 |
commit | 7d47a85b5702f5815882bc42cc0c1a4afb39cc1e (patch) | |
tree | 0d1a22bef21a54cc10d6c6c87308278204ba033c /Releases.md | |
parent | b72f0be27c382f2d4e5d272ce9ed2211af584d80 (diff) |
chore: forward v1.40.5 release commit to main (#22424)
This is the release commit being forwarded back to main for 1.40.5
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 47600b955..333bba2ae 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,23 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.40.5 / 2024.02.15 + +- feat(lsp): jsr support first pass (#22382) +- feat(lsp): jsr support with cache probing (#22418) +- feat(publish): allow passing config flag (#22416) +- feat(unstable): define config in publish url (#22406) +- perf: denort binary for `deno compile` (#22205) +- fix(console): support NO_COLOR and colors option in all scenarios (#21910) +- fix(ext/node): export process.umask (#22348) +- fix(ext/web): Prevent (De-)CompressionStream resource leak on stream + cancellation (#21199) +- fix(lsp): complete npm specifier versions correctly (#22332) +- fix: cache bust jsr deps on constraint failure (#22372) +- fix: handle non-file scopes in synthetic import map (#22361) +- fix: lockfile was sometimes getting corrupt when changing config deps (#22359) +- fix: upgrade to deno_ast 0.33 (#22341) + ### 1.40.4 / 2024.02.08 - feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` |