Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
chakrashim: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Aug 18, 2017
1 parent aff0749 commit 0ab13b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions deps/chakrashim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ChakraShim ChangeLog

## 2017-08-18, node-chakracore-v8.4.0

### Commits

* [[`aff0749bd8`](https://github.com/nodejs/node-chakracore/commit/aff0749bd8)] - 2017-08-18, Node-ChakraCore Version 8.4.0
* [[`d81f653c86`](https://github.com/nodejs/node-chakracore/commit/d81f653c86)] - test: fix n-api test_constructor
* [[`cde57892b4`](https://github.com/nodejs/node-chakracore/commit/cde57892b4)] - Fixing up improperly ignored test
* [[`d169b37570`](https://github.com/nodejs/node-chakracore/commit/d169b37570)] - test: fixed unit test
* [[`8f3304ff79`](https://github.com/nodejs/node-chakracore/commit/8f3304ff79)] - napi_jsrt: adding napi_get_node_version
* [[`bc4b141c48`](https://github.com/nodejs/node-chakracore/commit/bc4b141c48)] - n-api,test: fixing test breaks for chakracore
* [[`b06061439f`](https://github.com/nodejs/node-chakracore/commit/b06061439f)] - Merge tag 'v8.4.0' into v8.4.0-proposal
* [[`61c16d0239`](https://github.com/nodejs/node-chakracore/commit/61c16d0239)] - chakrashim: update changelog

## 2017-08-16, node-chakracore-v8.3.0

### Commits
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_RELEASE 1
#define NODE_VERSION_IS_RELEASE 0

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 0ab13b6

Please sign in to comment.