Skip to content

Commit eea47cb

Browse files
github-actions[bot]github-actionslegobeat
authored
0.2.0 (ethjs#12)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 5c90b80 commit eea47cb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- **BREAKING**: Rename package from `ethjs-util` to `@metamask/ethjs-util`
12+
- **BREAKING**: Deprecate nodejs < v8.17, npm < v6
13+
- Update dist
14+
915
## [0.1.6]
1016
### Added
1117
- added docs
@@ -76,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7682
- linting
7783
- basic exports
7884

79-
[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.1.6...HEAD
85+
[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.2.0...HEAD
86+
[0.2.0]: https://github.com/MetaMask/ethjs-util/compare/v0.1.6...v0.2.0
8087
[0.1.6]: https://github.com/MetaMask/ethjs-util/compare/v0.1.5...v0.1.6
8188
[0.1.5]: https://github.com/MetaMask/ethjs-util/compare/v0.1.4...v0.1.5
8289
[0.1.4]: https://github.com/MetaMask/ethjs-util/compare/v0.1.3...v0.1.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@
222222
"test:clean": "rimraf ./coverage",
223223
"test:lib": "mocha ./lib/tests/**/*.js -R spec --timeout 2000000"
224224
},
225-
"version": "0.1.6"
225+
"version": "0.2.0"
226226
}

0 commit comments

Comments
 (0)