This commit is contained in:
Peter Braden 2015-11-26 18:55:14 +01:00
parent 9a7784147c
commit 8e4d10137c
2 changed files with 12 additions and 1 deletions

View File

@ -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!

View File

@ -1,5 +1,6 @@
{
"name": "opencv",
"version": "4.0.0",
"description": "Node Bindings to OpenCV",
"author": "Peter Braden <peterbraden@peterbraden.co.uk>",
"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",