Skip to content

Commit 5a7f8b2

Browse files
committed
Prepare release 1.7.1
1 parent c20bcbd commit 5a7f8b2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# node-addon-api Changelog
22

3+
## 2019-07-23 Version 1.7.1, @NickNaso
4+
5+
### Notable changes:
6+
7+
#### API
8+
9+
- Fixed compilation problems that happen on Node.js with N-API version less than 4.
10+
11+
### Commmits
12+
13+
* [[`c20bcbd069`](https://github.com/nodejs/node-addon-api/commit/c20bcbd069)] - Merge pull request #518 from NickNaso/master (Nicola Del Gobbo)
14+
* [[`6720d57253`](https://github.com/nodejs/node-addon-api/commit/6720d57253)] - Create the native threadsafe\_function for test only for N-API greater than 3. (NickNaso)
15+
* [[`37b6c185ad`](https://github.com/nodejs/node-addon-api/commit/37b6c185ad)] - Fix compilation breakage on 1.7.0 (NickNaso)
16+
317
## 2019-07-23 Version 1.7.0, @NickNaso
418

519
### Notable changes:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ to ideas specified in the **ECMA262 Language Specification**.
4646
- **[Contributors](#contributors)**
4747
- **[License](#license)**
4848

49-
## **Current version: 1.7.0**
49+
## **Current version: 1.7.1**
5050

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"dev:incremental": "node test",
7575
"doc": "doxygen doc/Doxyfile"
7676
},
77-
"version": "1.7.0"
77+
"version": "1.7.1"
7878
}

0 commit comments

Comments
 (0)