diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-01-13 20:32:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 20:32:50 -0500 |
commit | 248fb9c946545045e746029a35fd65f128f43351 (patch) | |
tree | 89e0dd3845f094af647e984ff54d7f16b16e8177 /Releases.md | |
parent | d88c8699173020df2d9827a5ae62e168941902f4 (diff) |
chore: forward v1.39.4 release commit to main (#21933)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 54ecc6b03..8824f9825 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,12 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.39.4 / 2024.01.13 + +- fix(config): regression - handle relative patterns with leading dot slash + (#21922) +- fix(check): should not panic when all specified files excluded (#21929) + ### 1.39.3 / 2024.01.12 - feat(unstable): fast subset type checking of JSR dependencies (#21873) |