Skip to content

Commit

Permalink
prepare 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Sep 26, 2024
1 parent d154494 commit 54d01b1
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9.3.0
- uses: actions/setup-node@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## Version 7.2.0
- @see github

## Version 7.1.2
- @see github

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/opencv4nodejs",
"version": "7.1.2",
"version": "7.2.0",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -78,17 +78,17 @@
"picocolors": "^1.1.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.4",
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.2",
"@types/progress": "^2.0.7",
"axios": "^1.7.7",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"progress": "^2.0.3",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"typescript": "^5.6.2",
"typescript-eslint": "8.5.0"
"typescript-eslint": "8.7.0"
},
"files": [
"cc",
Expand Down
Loading

0 comments on commit 54d01b1

Please sign in to comment.