summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-25 17:24:11 +0100
committerGitHub <noreply@github.com>2024-01-25 16:24:11 +0000
commitd4153bb117b67121d3a76c4a56699aec9bb3a667 (patch)
treeccadbd8f49dada0d6b2589f95ec053c1b372e029 /Releases.md
parent2fd26de396b88c029f1e3a02179efaf4b2de9396 (diff)
chore: forward v1.40.1 commit to main (#22107)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index a6a970500..12a6ec7cb 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.40.1 / 2024.01.25
+
+- fix(lsp): disable experimentalDecorators by default (#22101)
+
### 1.40.0 / 2024.01.25
- feat(unstable): remove `Deno.cron()` overload (#22035)