Avindra Goolcharan 2023-03-23 23:52:53 +00:00 committed by Git OBS Bridge
parent f6a93fca63
commit 41a74d2016

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 23 23:52:07 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.32.1:
* fix(core): disable resizable ArrayBuffer and growable
SharedArrayBuffer (#18395)
* fix(cli): restore deno run - to handle stdin as typescript (#18391)
* fix(inspect): ensure non-compact output when object literal
has newline in entry text (#18366)
* fix(lsp): ensure enablePaths works when clients do not
provide a trailing slash for workspace dir (#18373)
-------------------------------------------------------------------
Thu Mar 23 01:40:16 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>