Skip to content

Commit 74a09c7

Browse files
committed
Prepare version 1.7.2.
1 parent 801bd06 commit 74a09c7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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+
315
## 2019-07-23 Version 1.7.1, @NickNaso
416

517
### 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.1**
49+
## **Current version: 1.7.2**
5050

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"Sam Roberts (https://github.com/sam-github)",
4646
"Taylor Woll (https://github.com/boingoing)",
4747
"Thomas Gentilhomme (https://github.com/fraxken)",
48+
"Tobias Nießen (https://github.com/tniessen)",
4849
"Tux3 (https://github.com/tux3)",
4950
"Yohei Kishimoto (https://github.com/morokosi)"
5051
],
@@ -74,5 +75,5 @@
7475
"dev:incremental": "node test",
7576
"doc": "doxygen doc/Doxyfile"
7677
},
77-
"version": "1.7.1"
78+
"version": "1.7.2"
7879
}

0 commit comments

Comments
 (0)