Skip to content

Commit 752cff9

Browse files
committed
Merge remote-tracking branch 'eth-json-rpc-provider/main' into 230927-migrate-eth-json-rpc-provider
2 parents f998bf5 + d3a9f01 commit 752cff9

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

merged-packages/eth-json-rpc-provider/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.0]
10+
### Changed
11+
- Add missing ISC license information ([#24](https://github.com/MetaMask/eth-json-rpc-provider/pull/24))
12+
913
## [2.1.0]
1014
### Changed
1115
- Bump `@metamask/json-rpc-engine` from `^7.0.0` to `^7.1.0` ([#25](https://github.com/MetaMask/eth-json-rpc-provider/pull/25))
@@ -35,7 +39,8 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement
3539
### Added
3640
- Initial release, including `providerFromEngine` and `providerFromMiddleware`
3741

38-
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...HEAD
42+
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.2.0...HEAD
43+
[2.2.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...v2.2.0
3944
[2.1.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.0.0...v2.1.0
4045
[2.0.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.1...v2.0.0
4146
[1.0.1]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.0...v1.0.1
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2022 MetaMask
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

merged-packages/eth-json-rpc-provider/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@metamask/eth-json-rpc-provider",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/eth-json-rpc-provider.git"
88
},
9+
"license": "ISC",
910
"main": "dist/index.js",
1011
"types": "dist/index.d.ts",
1112
"files": [

0 commit comments

Comments
 (0)