Skip to content

Commit

Permalink
Prepare release of version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlyfleitas committed Nov 29, 2018
1 parent 11b87f2 commit 95cb7e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# node-addon-api Changelog

## 2018-11-29 Version 1.6.2 (Current), @NickNaso

### Notable changes:

#### API

- Fixed selection logic for version 6.x.

### Commmits

* [[`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)

## 2018-11-14 Version 1.6.1 (Current), @NickNaso

### Notable changes:
Expand All @@ -12,7 +24,7 @@
#### API

- Removed unused member on `Napi::CallbackScope`.
- Enabled or disabled `Napi::CallbackScope` only with N-API v3.
- Enabled `Napi::CallbackScope` only with N-API v3.

### Commmits

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: 1.6.1**
## **Current version: 1.6.2**

(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 @@ -57,5 +57,5 @@
"test": "node test",
"doc": "doxygen doc/Doxyfile"
},
"version": "1.6.1"
"version": "1.6.2"
}

0 comments on commit 95cb7e9

Please sign in to comment.