From d22b83b5450d956ba738e788f68f17943fdb39b8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 28 Sep 2023 21:54:26 +0000 Subject: [PATCH 1/3] 2.2.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e969be..46b7eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] +### Uncategorized +- Align ESLint, Prettier packages and configs with core monorepo ahead of migration ([#28](https://github.com/MetaMask/eth-json-rpc-provider/pull/28)) + ## [2.1.0] ### Changed - 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 ### Added - Initial release, including `providerFromEngine` and `providerFromMiddleware` -[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index 480ac7e..edd1bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-provider", - "version": "2.1.0", + "version": "2.2.0", "description": "Create an Ethereum provider using a JSON-RPC engine or middleware", "repository": { "type": "git", From 0b6da6b6b80ea35bb73e2c7b00ca995b257a5de1 Mon Sep 17 00:00:00 2001 From: Jongsun Suh <34228073+MajorLift@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:07:24 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b7eea..a9d6df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.2.0] -### Uncategorized +### Changed - Align ESLint, Prettier packages and configs with core monorepo ahead of migration ([#28](https://github.com/MetaMask/eth-json-rpc-provider/pull/28)) + - Bump `@lavamoat/allow-scripts` from `^2.0.3` to `^2.3.1`. + - Bump `@metamask/eslint-config` from `^11.0.1` to `^12.2.0`. + - Bump `@metamask/eslint-config-jest` from `^11.0.0` to `^12.0.0`. + - Bump `@metamask/eslint-config-nodejs` from `^11.0.1` to `^12.0.0`. + - Bump `@metamask/eslint-config-typescript` from `^11.0.0` to `^12.0.0`. + - Downgrade `@types/node` from `^16.18.39` to `^16.18.24`. + - Downgrade `@typescript-eslint/eslint-plugin` from `^5.43.0` to `^5.30.7`. + - Downgrade `@typescript-eslint/parser` from `^5.43.0` to `^5.30.7`. + - Bump `eslint` from `^8.27.0` to `^8.44.0`. + - Downgrade `eslint-plugin-jsdoc` from `^39.6.2` to `^39.3.3`. + - Removed `eslint-plugin-node@^11.1.0`. + - Added `eslint-plugin-n@^15.7.0`. + - Added `eslint-plugin-promise@^6.1.1`. + - Downgraded `prettier-plugin-packagejson` from `^2.3.0` to `^2.2.17`. + - Bump `ts-node` from `^10.7.0` to `^10.9.1`. + - Upgrade `packageManager` from `yarn@3.2.1` to `yarn@3.3.0`. ## [2.1.0] ### Changed From 118b3b3374eb93ad777f49a4851340e4abf6d4cc Mon Sep 17 00:00:00 2001 From: Jongsun Suh <34228073+MajorLift@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:31:46 -0700 Subject: [PATCH 3/3] Add license update as entry to CHANGELOG.md --- CHANGELOG.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d6df4..3a35faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,23 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.2.0] ### Changed -- Align ESLint, Prettier packages and configs with core monorepo ahead of migration ([#28](https://github.com/MetaMask/eth-json-rpc-provider/pull/28)) - - Bump `@lavamoat/allow-scripts` from `^2.0.3` to `^2.3.1`. - - Bump `@metamask/eslint-config` from `^11.0.1` to `^12.2.0`. - - Bump `@metamask/eslint-config-jest` from `^11.0.0` to `^12.0.0`. - - Bump `@metamask/eslint-config-nodejs` from `^11.0.1` to `^12.0.0`. - - Bump `@metamask/eslint-config-typescript` from `^11.0.0` to `^12.0.0`. - - Downgrade `@types/node` from `^16.18.39` to `^16.18.24`. - - Downgrade `@typescript-eslint/eslint-plugin` from `^5.43.0` to `^5.30.7`. - - Downgrade `@typescript-eslint/parser` from `^5.43.0` to `^5.30.7`. - - Bump `eslint` from `^8.27.0` to `^8.44.0`. - - Downgrade `eslint-plugin-jsdoc` from `^39.6.2` to `^39.3.3`. - - Removed `eslint-plugin-node@^11.1.0`. - - Added `eslint-plugin-n@^15.7.0`. - - Added `eslint-plugin-promise@^6.1.1`. - - Downgraded `prettier-plugin-packagejson` from `^2.3.0` to `^2.2.17`. - - Bump `ts-node` from `^10.7.0` to `^10.9.1`. - - Upgrade `packageManager` from `yarn@3.2.1` to `yarn@3.3.0`. +- Add missing ISC license information ([#24](https://github.com/MetaMask/eth-json-rpc-provider/pull/24)) ## [2.1.0] ### Changed