Skip to content

Commit d8e9c22

Browse files
committed
Prepare release of version 1.6.2
1 parent 07a0fc4 commit d8e9c22

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 2018-11-29 Version 1.6.2 (Current), @NickNaso
4+
5+
### Notable changes:
6+
7+
#### API
8+
9+
- Fixed selection logic for version 6.x.
10+
11+
### Commmits
12+
13+
* [[`07a0fc4e95`](https://github.com/nodejs/node-addon-api/commit/07a0fc4e95)] - **src**: fix selection logic for 6.x (Michael Dawson) [#402](https://github.com/nodejs/node-addon-api/pull/402)
14+
315
## 2018-11-14 Version 1.6.1 (Current), @NickNaso
416

517
### Notable changes:
@@ -12,7 +24,7 @@
1224
#### API
1325

1426
- Removed unused member on `Napi::CallbackScope`.
15-
- Enabled or disabled `Napi::CallbackScope` only with N-API v3.
27+
- Enabled `Napi::CallbackScope` only with N-API v3.
1628

1729
### Commmits
1830

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.6.1**
49+
## **Current version: 1.6.2**
5050

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"test": "node test",
5858
"doc": "doxygen doc/Doxyfile"
5959
},
60-
"version": "1.6.1"
60+
"version": "1.6.2"
6161
}

0 commit comments

Comments
 (0)