From b3ffd1fbb0f4f42c77c7be9fe1fa502eff697991 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 16 May 2019 20:31:31 -0400 Subject: [PATCH] doc,n-api: fix `introduced_in` metadata Node.js v7.10.0 did not contain N-API. Update the `introduced_in` metadata to prevent a broken 7.x "View another version" link in the N-API docs. PR-URL: https://github.com/nodejs/node/pull/27745 Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index c5e3ef4fbcc100..e3241344463329 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1,6 +1,6 @@ # N-API - + > Stability: 2 - Stable