Skip to content

Commit

Permalink
7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jul 12, 2024
1 parent 2433719 commit 5e96a54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: FORMAT_START=refs/remotes/origin/main npm run lint
- run: FORMAT_START=refs/remotes/origin/v7.x npm run lint
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-addon-api Changelog

## 2024-07-08 Version 7.1.1, @legendecas

### Commits

* \[[`16882e7da2`](https://github.com/nodejs/node-addon-api/commit/16882e7da2)] - _**Revert**_ "Add Node.js version restrictions (#1340)" (Chengzhong Wu)

## 2024-01-18 Version 7.1.0, @legendecas

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ and node-addon-api.
- **[Contributors](#contributors)**
- **[License](#license)**

## **Current version: 7.1.0**
## **Current version: 7.1.1**

(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,6 @@
"lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
},
"pre-commit": "lint",
"version": "7.1.0",
"version": "7.1.1",
"support": true
}

0 comments on commit 5e96a54

Please sign in to comment.