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

Commit

Permalink
Merge pull request #62 from ethereumjs/new-release-v002
Browse files Browse the repository at this point in the history
New release v0.0.2
  • Loading branch information
vpulim committed Oct 26, 2018
2 parents 4f9d11c + 84e2c96 commit 86f1e8c
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
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.0.2] - 2018-10-26
- Update ``ethereumjs-blockchain`` to 3.3.1, PR [#61](https://github.com/ethereumjs/ethereumjs-client/pull/61)

[0.0.2]: https://github.com/ethereumjs/ethereumjs-client/compare/v0.0.1...v0.0.2

## [0.0.1] - 2018-10-26
- Initial development release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "EthereumJS client implementation",
"main": "./lib/index.js",
"bin": {
Expand Down

0 comments on commit 86f1e8c

Please sign in to comment.