Skip to content

Commit

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

* Update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
3 people authored Feb 10, 2023
1 parent 5f652b1 commit 328a43e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion merged-packages/eth-json-rpc-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/
## [1.0.0]
### Added
- Initial release, including `providerFromEngine` and `providerFromMiddleware`

[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/eth-json-rpc-provider/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion merged-packages/eth-json-rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-json-rpc-provider",
"version": "0.0.1",
"version": "1.0.0",
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware",
"repository": {
"type": "git",
Expand Down

0 comments on commit 328a43e

Please sign in to comment.