Skip to content

Commit 2b78b54

Browse files
committed
Prepare release 2.0.1.
1 parent 265fea9 commit 2b78b54

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# node-addon-api Changelog
22

3+
## 2020-06-02 Version 2.0.1, @NickNaso
4+
5+
### Notable changes:
6+
7+
#### API
8+
9+
- Fix memory corruption vulnerability
10+
11+
### Commmits
12+
13+
* [[`265fea9edd`](https://github.com/nodejs/node-addon-api/commit/265fea9edd)] - **napi**: fix memory corruption vulnerability (Tobias Nießen )
14+
315
## 2019-11-21 Version 2.0.0, @NickNaso
416

517
### Notable changes:

README.md

Lines changed: 1 addition & 1 deletion
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: 2.0.0**
49+
## **Current version: 2.0.1**
5050

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@
240240
"dev:incremental": "node test",
241241
"doc": "doxygen doc/Doxyfile"
242242
},
243-
"version": "2.0.0"
243+
"version": "2.0.1"
244244
}

0 commit comments

Comments
 (0)