Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit e7d113a

Browse files
authored
Merge pull request #9 from ethereumjs/new-release-v011
New release v0.1.1
2 parents 64e1d5a + 45cb9bf commit e7d113a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.1.1] - 2018-05-09
10+
- Remove dynamic require to prevent browserify issue, PR [#8](https://github.com/ethereumjs/ethereumjs-common/pull/8)
11+
12+
[0.1.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.1.0...v0.1.1
13+
914
## [0.1.0] - 2018-05-09
1015
- Initial version, this library succeeds the [ethereum/common](https://github.com/ethereumjs/common/issues/12)
1116
library, being more future-proof through a better structured design

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-common",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)