Skip to content

Commit 269bf12

Browse files
committed
Updates for release 1.6.1
1 parent e7cd292 commit 269bf12

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## 2018-11-14 Version 1.6.1 (Current), @NickNaso
4+
5+
### Notable changes:
6+
7+
#### Documentation
8+
9+
- Updated links for examples to point to node-addon-examples repo.
10+
- Fixed typos on some parts of documentation.
11+
12+
#### API
13+
14+
- Removed unused member on `Napi::CallbackScope`.
15+
- Enabled or disabled `Napi::CallbackScope` only with N-API v3.
16+
17+
### Commmits
18+
19+
* [[`e7cd292a74`](https://github.com/nodejs/node-addon-api/commit/e7cd292a74)] - **src**: remove unused CallbackScope member (Gabriel Schulhof) [#391](https://github.com/nodejs/node-addon-api/pull/391)
20+
* [[`d47399fe25`](https://github.com/nodejs/node-addon-api/commit/d47399fe25)] - **src**: guard CallbackScope with N-API v3 (Michael Dawson) [#395](https://github.com/nodejs/node-addon-api/pull/395)
21+
* [[`29a0262ab9`](https://github.com/nodejs/node-addon-api/commit/29a0262ab9)] - **doc**: fix typo (Dongjin Na) [#385](https://github.com/nodejs/node-addon-api/pull/385)
22+
* [[`b6dc15b88d`](https://github.com/nodejs/node-addon-api/commit/b6dc15b88d)] - **doc**: make links point to node-addon-examples repo (Nicola Del Gobbo) [#389](https://github.com/nodejs/node-addon-api/pull/389)
23+
324
## 2018-11-02 Version 1.6.0 (Current), @NickNaso
425

526
### 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: 1.6**
49+
## **Current version: 1.6.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
@@ -57,5 +57,5 @@
5757
"test": "node test",
5858
"doc": "doxygen doc/Doxyfile"
5959
},
60-
"version": "1.6.0"
60+
"version": "1.6.1"
6161
}

0 commit comments

Comments
 (0)