Skip to content

Commit

Permalink
0.3.0 (#14)
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 authored Nov 21, 2023
1 parent ea8cf49 commit d7f0c0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]
### Fixed
- **BREAKING**: Update `bn.js` from `4.11.6` to `^5.2.1` ([#12](https://github.com/MetaMask/ethjs-unit/pull/12))
- **BREAKING**: Add peerDependency `@babel/runtime@^7.0.0` ([#11](https://github.com/MetaMask/ethjs-unit/pull/11))
- Update from `number-to-bn@1.7.0` to `@metamask/number-to-bn@^1.7.1` ([#12](https://github.com/MetaMask/ethjs-unit/pull/12))
- Upgrade babel from 6 to 7 ([#11](https://github.com/MetaMask/ethjs-unit/pull/11))
- Upgrade webpack from 2 to 3 ([#10](https://github.com/MetaMask/ethjs-unit/pull/10))

## [0.2.0]
### Changed
- Rename package from `ethjs-unit` to `@metamask/ethjs-unit` ([#7](https://github.com/MetaMask/ethjs-unit/pull/7))
Expand Down Expand Up @@ -47,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Linting
- Basic exports

[Unreleased]: https://github.com/MetaMask/ethjs-unit/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/ethjs-unit/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/ethjs-unit/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/MetaMask/ethjs-unit/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/MetaMask/ethjs-unit/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/MetaMask/ethjs-unit/compare/v0.1.3...v0.1.5
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
@@ -1,6 +1,6 @@
{
"name": "@metamask/ethjs-unit",
"version": "0.2.0",
"version": "0.3.0",
"description": "A simple module for handling Ethereum units (e.g. 'ether', 'wei', etc...)",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit d7f0c0f

Please sign in to comment.