From 8e4d10137cfaff3e8397a4e3401c79311941b643 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Thu, 26 Nov 2015 18:55:14 +0100 Subject: [PATCH] v4.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5caa8fe..699a4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## 4.0.0 + +I've been super slow releasing this one, and there's a ton of new stuff. + +Importantly, @keeganbrown managed to upgrade nan to 2.0.9 so this should +work with newer versions of node. + +Also a ton of new bindings from @jainanshul + +Thanks to the many contributors I haven't named too. + ## 3.2.0 Bugfixes from @mvines and @dropfen. Thanks! diff --git a/package.json b/package.json index 88dda82..cd735a3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "opencv", + "version": "4.0.0", "description": "Node Bindings to OpenCV", "author": "Peter Braden ", "dependencies": { @@ -7,7 +8,6 @@ "nan": "^2.0.9", "node-pre-gyp": "^0.6.11" }, - "version": "3.2.0", "devDependencies": { "tape": "^3.0.0", "aws-sdk": "~2.1.20",