File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5757 "test" : " node test" ,
5858 "doc" : " doxygen doc/Doxyfile"
5959 },
60- "version" : " 1.6.1 "
60+ "version" : " 1.6.2 "
6161}
You can’t perform that action at this time.
0 commit comments