forked from ethjs/ethjs-contract
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 16, 2023
1 parent
337f1b2
commit 791b030
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.3.0] | ||
### Uncategorized | ||
- devDeps: remove unused ethjs-http-provider | ||
- devDeps: [email protected]>^4.3.10 | ||
- devDeps: [email protected]>^7.2.0 | ||
- devDeps: [email protected]>0.1.6 | ||
- npm dedupe; npm audit fix | ||
- devDeps: async@^2.6.0->^2.6.4 | ||
- devDeps: [email protected]>^6.0.3 | ||
- devDeps: [email protected]>^1.2.2 | ||
- devDeps: [email protected]>^3.0.2 | ||
- chore: remove lint:staged script | ||
- devDeps: remove unused check-es3-syntax-cli | ||
- devDeps: remove unused ethereumjs-testrpc | ||
- devDeps: remove unused eventsource-polyfill | ||
- format CHANGELOG.md | ||
- rename package from ethjs-contract to @metamask/ethjs-contract | ||
- npm v5+ compat: rename prepublish script to prepare | ||
- add package publishConfig | ||
- chore: add .nvmrc set to v12 | ||
- deps: add missing promise-to-callback from devDeps ([#5](https://github.com/MetaMask/ethjs-contract/pull/5)) | ||
- ci: add GitHub Actions workflows | ||
- Remove Travis and coveralls.io integrations | ||
- devDeps: [email protected] -> ganache-cli@^6.12.2 | ||
- Restrict compatible node versions to ^8.17 ([#2](https://github.com/MetaMask/ethjs-contract/pull/2)) | ||
|
||
## [0.1.6] | ||
### Changed | ||
- Bn formatting update | ||
|
@@ -48,7 +74,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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters