Skip to content

Commit

Permalink
0.3.0 (#10)
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 9, 2023
1 parent 5298990 commit 6bfa332
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.3.0]
### Changed
- Update from `ethjs-util@0.1.3` to `@metamask/ethjs-util@^0.3.0`
- Update from `number-to-bn@1.7.0` to `@metamask/number-to-bn@^1.7.1`
- Update `bn.js` from `4.11.6` to `^5.2.1`

## [0.2.8]
### Changed
- Rename package from `ethjs-format` to `@metamask/ethjs-format` ([#4](https://github.com/MetaMask/ethjs-format/pull/4))
Expand Down Expand Up @@ -117,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- License


[Unreleased]: https://github.com/MetaMask/ethjs-format/compare/v0.2.8...HEAD
[Unreleased]: https://github.com/MetaMask/ethjs-format/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/ethjs-format/compare/v0.2.8...v0.3.0
[0.2.8]: https://github.com/MetaMask/ethjs-format/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/MetaMask/ethjs-format/compare/v0.2.0...v0.2.7
[0.2.0]: https://github.com/MetaMask/ethjs-format/compare/v0.1.8...v0.2.0
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 @@ -213,5 +213,5 @@
"test:coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000",
"test:lib": "mocha ./lib/tests/**/*.js -R spec --timeout 2000000"
},
"version": "0.2.8"
"version": "0.3.0"
}

0 comments on commit 6bfa332

Please sign in to comment.