diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-01 10:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 13:35:46 +0530 |
commit | 8d158058e5abab14d122712a716979b865620995 (patch) | |
tree | a54f4258eb4c427d086b24af2addb3917599e9ff /Releases.md | |
parent | 8698492128310f713993bb115985d41d3fdca2db (diff) |
chore: forward v1.42.1 release commit to main (#23162)
This is the release commit being forwarded back to main for 1.42.1
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 29dacf5cf..7ff51f5ba 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.42.1 / 2024.04.01 + +- fix(check): ignore certain diagnostics in remote modules and when publishing + (#23119) +- fix(ext/node): support stdin: "inherit" in node:child_process (#23110) +- fix(ext/node): use tty stdin from ext/io (#23044) +- fix(jsr): exclude yanked versions from 'deno add' and completions (#23113) +- fix(lsp): don't apply preload limit to workspace walk (#23123) +- fix(lsp): implement missing ts server host apis (#23131) +- fix(node): handle empty 'main' entry in pkg json (#23155) +- fix(node): remove unwrap in op_require_node_module_paths (#23114) +- fix: deno_graph 0.69.10 (#23147) + ### 1.42.0 / 2024.03.28 - feat(add): always produce multiline config file (#23077) |