Skip to content

Commit 4397e7b

Browse files
committed
bump version to 0.1.1. Add release notes.
1 parent 80739fc commit 4397e7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1010
- Initial release
1111

1212

13-
13+
## [0.1.1] - 2017-10-26
14+
- avoid exceptions and return an emtpy value instead
15+
- Added cargo config to set flag `NO_DYNAMIC_EXECUTION = 1` to avoid introducing the eval function

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustbn.js",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)