Skip to content

Commit

Permalink
chore(release): 2.0.6
Browse files Browse the repository at this point in the history
## [2.0.6](v2.0.5...v2.0.6) (2020-04-09)

### Bug Fixes

* πŸ› avoid panic when parsing certain ABI param types ([f4a2d94](f4a2d94)), closes [#35](#35)
  • Loading branch information
semantic-release-bot committed Apr 9, 2020
1 parent 1966a23 commit 5f3804c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.6](https://github.com/splunk/splunk-connect-for-ethereum/compare/v2.0.5...v2.0.6) (2020-04-09)

### Bug Fixes

- πŸ› avoid panic when parsing certain ABI param types ([f4a2d94](https://github.com/splunk/splunk-connect-for-ethereum/commit/f4a2d94e06c0af829153baccff05574a1e255ba1)), closes [#35](https://github.com/splunk/splunk-connect-for-ethereum/issues/35)

## [2.0.5](https://github.com/splunk/splunk-connect-for-ethereum/compare/v2.0.4...v2.0.5) (2020-03-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@splunk/splunk-connect-for-ethereum",
"description": "Splunk Connect for Ethereum",
"version": "2.0.5",
"version": "2.0.6",
"author": "Splunk",
"bin": {
"ethlogger": "./bin/run"
Expand Down

0 comments on commit 5f3804c

Please sign in to comment.