summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-11-08 18:27:51 -0500
committerGitHub <noreply@github.com>2022-11-09 00:27:51 +0100
commitc08fcd96c1d2e903101718c4792d2b5faec94b24 (patch)
tree2a0b8bdf7966052eee178c52bef2a58caef490e1 /Releases.md
parentcbb3f854332c348bb253e1284f7dcd7287bdf28d (diff)
chore: forward v1.27.2 release commit to main (#16572)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index b0ea86436..0327f20fc 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.27.2 / 2022.11.08
+
+- feat(unstable/npm): support peer dependencies (#16561)
+- fix(ext/http): flush chunk when streaming resource (#16536)
+- fix(lock): only store integrities for http: and https: imports (#16558)
+- fix(npm): fix CJS resolution with local node_modules dir (#16547)
+- fix(upgrade): don't prompt if current version has changed (#16542)
+
### 1.27.1 / 2022.11.03
- feat(core): support creating snapshots from existing snapshots (#14744)