From 6d41ee5a3abf9c9ad9ec63723cea2673515f114e Mon Sep 17 00:00:00 2001 From: NickNaso Date: Fri, 28 May 2021 16:32:45 +0200 Subject: [PATCH] Fixed readme for new release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e179be30..46f0ee5e6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ and node-addon-api. - **[Contributors](#contributors)** - **[License](#license)** -## **Current version: 3.2.0** +## **Current version: 3.2.1** (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog) @@ -83,7 +83,7 @@ This allows addons built with it to run with Node.js versions which support the **However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that every year there will be a new major which drops support for the Node.js LTS version which has gone out of service. -The oldest Node.js version supported by the current version of node-addon-api is Node.js 12.x. +The oldest Node.js version supported by the current version of node-addon-api is Node.js 10.x. ## Setup - [Installation and usage](doc/setup.md)