diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-03 11:26:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 16:26:43 +0000 |
commit | f8ecd236fb8750241961e587ec7b8c8c0f20f99e (patch) | |
tree | bbb878eaf441b4083ff1666bcc731bede55838b0 /Releases.md | |
parent | 09d9437897f9f893ff7ff48ef50ec6882d013118 (diff) |
chore: forward v1.30.2 release commit to main (#17641)
This is the release commit being forwarded back to main for 1.30.2
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 9611937ee..422a6ba16 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.30.2 / 2023.02.03 + +- Revert "chore(core): remove have_unpolled_ops on rt state (#17601)" (#17631) +- fix(webgpu): specify viewFormats in surface configuration (#17626) + ### 1.30.1 / 2023.02.02 - Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts |