Skip to content

Commit

Permalink
0.3.0 (#8)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: legobt <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 1d05dc5 commit f0f3c5f
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]
### Changed
- Rename package from `ethjs-contract` to `@metamask/ethjs-contract` ([#7](https://github.com/MetaMask/ethjs-contract/pull/7))
- Restrict compatible node versions to ^8.17 ([#2](https://github.com/MetaMask/ethjs-contract/pull/2))

### Fixed
- Add missing dependency `promise-to-callback` ([#5](https://github.com/MetaMask/ethjs-contract/pull/5))

## [0.1.6]
### Changed
- Bn formatting update
Expand Down Expand Up @@ -48,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Basic docs
- License

[Unreleased]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/MetaMask/ethjs-contract/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.6...v0.3.0
[0.1.6]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/MetaMask/ethjs-contract/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 @@ -219,5 +219,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 --check-leaks --exit"
},
"version": "0.2.3"
"version": "0.3.0"
}

0 comments on commit f0f3c5f

Please sign in to comment.