File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# node-addon-api Changelog
2
2
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
+
3
15
## 2018-11-14 Version 1.6.1 (Current), @NickNaso
4
16
5
17
### Notable changes:
12
24
#### API
13
25
14
26
- 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.
16
28
17
29
### Commmits
18
30
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ to ideas specified in the **ECMA262 Language Specification**.
46
46
- ** [ Contributors] ( #contributors ) **
47
47
- ** [ License] ( #license ) **
48
48
49
- ## ** Current version: 1.6.1 **
49
+ ## ** Current version: 1.6.2 **
50
50
51
51
(See [ CHANGELOG.md] ( CHANGELOG.md ) for complete Changelog)
52
52
Original file line number Diff line number Diff line change 57
57
"test" : " node test" ,
58
58
"doc" : " doxygen doc/Doxyfile"
59
59
},
60
- "version" : " 1.6.1 "
60
+ "version" : " 1.6.2 "
61
61
}
You can’t perform that action at this time.
0 commit comments