Skip to content

Commit

Permalink
0.2.0 (ethjs#12)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
3 people committed Nov 1, 2023
1 parent 5c90b80 commit eea47cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]
### Changed
- **BREAKING**: Rename package from `ethjs-util` to `@metamask/ethjs-util`
- **BREAKING**: Deprecate nodejs < v8.17, npm < v6
- Update dist

## [0.1.6]
### Added
- added docs
Expand Down Expand Up @@ -76,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- linting
- basic exports

[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/MetaMask/ethjs-util/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MetaMask/ethjs-util/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/MetaMask/ethjs-util/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/MetaMask/ethjs-util/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/MetaMask/ethjs-util/compare/v0.1.3...v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@
"test:clean": "rimraf ./coverage",
"test:lib": "mocha ./lib/tests/**/*.js -R spec --timeout 2000000"
},
"version": "0.1.6"
"version": "0.2.0"
}

0 comments on commit eea47cb

Please # to comment.