Skip to content

Commit

Permalink
Prepare release 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Jun 1, 2020
1 parent 265fea9 commit 2b78b54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# node-addon-api Changelog

## 2020-06-02 Version 2.0.1, @NickNaso

### Notable changes:

#### API

- Fix memory corruption vulnerability

### Commmits

* [[`265fea9edd`](https://github.com/nodejs/node-addon-api/commit/265fea9edd)] - **napi**: fix memory corruption vulnerability (Tobias Nießen )

## 2019-11-21 Version 2.0.0, @NickNaso

### Notable changes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ to ideas specified in the **ECMA262 Language Specification**.
- **[Contributors](#contributors)**
- **[License](#license)**

## **Current version: 2.0.0**
## **Current version: 2.0.1**

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@
"dev:incremental": "node test",
"doc": "doxygen doc/Doxyfile"
},
"version": "2.0.0"
"version": "2.0.1"
}

0 comments on commit 2b78b54

Please sign in to comment.