Skip to content

Commit 43c8356

Browse files
committed
prepare v7.1.1
1 parent 18224b7 commit 43c8356

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## Version 7.1.1
4+
- update deps versions
5+
- support for vcpkg binary
6+
37
## Version 7.1.0
48
- update deps versions
59
- Add bindings for row, rowRange, col, colRange [PR-108](https://github.com/UrielCh/opencv4nodejs/pull/150)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@u4/opencv4nodejs",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
55
"keywords": [
66
"opencv",
@@ -80,7 +80,7 @@
8080
},
8181
"devDependencies": {
8282
"@eslint/js": "^9.9.0",
83-
"@types/node": "^20.14.10",
83+
"@types/node": "^22.4.0",
8484
"@types/progress": "^2.0.7",
8585
"axios": "^1.7.4",
8686
"cross-env": "^7.0.3",

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)