Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update libuv version in 10-lts-to-12-lts.md
  • Loading branch information
bnb authored Oct 18, 2019
commit 7a69e9f9a4195aafdd122edbbed624f66e3d6c05
2 changes: 1 addition & 1 deletion locale/en/blog/uncategorized/10-lts-to-12-lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section is a highlight of the most notable changes, as selected from all "[
* Added brotli support (Anna Henningsen and Zach Vacura) [#24938](https://github.com/nodejs/node/pull/24938)
* **deps**:
* libuv
* Now shipping libuv 1.31.0, and all previous updates since the latest version of libuv that shipped in Node.js v10 LTS.
* Now shipping libuv 1.32.0, and all previous updates since the latest version of libuv that shipped in Node.js v10 LTS.
* npm
* Now shipping npm 6.10.3, and all previous updates since the latest version of npm that shipped in Node.js v10 LTS.
Comment thread
bnb marked this conversation as resolved.
Outdated
* For more details, see the [npm releases' changelog](https://github.com/npm/cli/releases).
Expand Down