Skip to content

Commit

Permalink
bump version to 0.1.1. Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Oct 26, 2017
1 parent 80739fc commit 4397e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- Initial release



## [0.1.1] - 2017-10-26
- avoid exceptions and return an emtpy value instead
- Added cargo config to set flag `NO_DYNAMIC_EXECUTION = 1` to avoid introducing the eval function
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustbn.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4397e7b

Please sign in to comment.