Skip to content

Commit

Permalink
doc: add missing metadata for version properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Mar 24, 2018
1 parent 7921e53 commit e246926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,11 @@ console.log(`The parent process is pid ${process.ppid}`);
<!-- YAML
added: v3.0.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/19438
description: The `majorVersion`, `minorVersion`, `patchVersion`,
`prereleaseTag`, `computedVersion` and `compareVersion`
properties are now supported.
- version: v4.2.0
pr-url: https://github.com/nodejs/node/pull/3212
description: The `lts` property is now supported.
Expand Down

0 comments on commit e246926

Please sign in to comment.