File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# node-addon-api Changelog
2
2
3
+ ## 2020-06-02 Version 1.7.2, @NickNaso
4
+
5
+ ### Notable changes:
6
+
7
+ #### API
8
+
9
+ - Fix memory corruption vulnerability
10
+
11
+ ### Commmits
12
+
13
+ * [[ ` 801bd068f4 ` ] ( https://github.com/nodejs/node-addon-api/commit/801bd068f4 )] - ** napi** : fix memory corruption vulnerability (Tobias Nießen )
14
+
3
15
## 2019-07-23 Version 1.7.1, @NickNaso
4
16
5
17
### Notable changes:
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.7.1 **
49
+ ## ** Current version: 1.7.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 45
45
" Sam Roberts (https://github.com/sam-github)" ,
46
46
" Taylor Woll (https://github.com/boingoing)" ,
47
47
" Thomas Gentilhomme (https://github.com/fraxken)" ,
48
+ " Tobias Nießen (https://github.com/tniessen)" ,
48
49
" Tux3 (https://github.com/tux3)" ,
49
50
" Yohei Kishimoto (https://github.com/morokosi)"
50
51
],
74
75
"dev:incremental" : " node test" ,
75
76
"doc" : " doxygen doc/Doxyfile"
76
77
},
77
- "version" : " 1.7.1 "
78
+ "version" : " 1.7.2 "
78
79
}
You can’t perform that action at this time.
0 commit comments