From 426b6dcb7f0bdb73448935017cb08b8f8a65a1ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Jul 2024 17:59:00 +0000 Subject: [PATCH 1/2] 17.1.1 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a383a0..7ec2c4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.1.1] + +### Uncategorized + +- Bump `@metamask/utils` to `^9.0.0`, bump `@metamask/{json-rpc-engine,json-rpc-middleware-stream,rpc-errors}` ([#345](https://github.com/MetaMask/providers/pull/345)) +- Bump `@ts-bridge/cli` to `^0.2.0` ([#343](https://github.com/MetaMask/providers/pull/343)) +- Bump @metamask/superstruct from 3.0.0 to 3.1.0 ([#338](https://github.com/MetaMask/providers/pull/338)) + ## [17.1.0] ### Changed @@ -422,7 +430,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30)) - Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29)) -[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.1...HEAD +[17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1 [17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0 [17.0.0]: https://github.com/MetaMask/providers/compare/v16.1.0...v17.0.0 [16.1.0]: https://github.com/MetaMask/providers/compare/v16.0.0...v16.1.0 diff --git a/package.json b/package.json index 79a28f19..aff541fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "17.1.0", + "version": "17.1.1", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask", From 21129f4bc4dcd0b61896d97ce4a9005997931eaf Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Fri, 12 Jul 2024 14:09:13 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec2c4fb..f22cc84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.1.1] -### Uncategorized +### Changed + +- Bump `@metamask/json-rpc-engine` to `^9.0.1` ([#345](https://github.com/MetaMask/providers/pull/345)) +- Bump `@metamask/json-rpc-middleware-stream` to `^8.0.1` ([#345](https://github.com/MetaMask/providers/pull/345)) +- Bump `@metamask/rpc-errors` to `^6.3.1` ([#345](https://github.com/MetaMask/providers/pull/345)) +- Bump `@metamask/superstruct` to `^3.1.0` ([#338](https://github.com/MetaMask/providers/pull/338)) +- Bump `@metamask/utils` to `^9.0.0` ([#345](https://github.com/MetaMask/providers/pull/345)) + +### Fixed -- Bump `@metamask/utils` to `^9.0.0`, bump `@metamask/{json-rpc-engine,json-rpc-middleware-stream,rpc-errors}` ([#345](https://github.com/MetaMask/providers/pull/345)) -- Bump `@ts-bridge/cli` to `^0.2.0` ([#343](https://github.com/MetaMask/providers/pull/343)) -- Bump @metamask/superstruct from 3.0.0 to 3.1.0 ([#338](https://github.com/MetaMask/providers/pull/338)) +- Bump devDependency `@ts-bridge/cli` to `^0.2.0` ([#343](https://github.com/MetaMask/providers/pull/343)) + - Fixes incorrect handling of `json` file imports, where an extension was appended to the file name after compilation (e.g. `*.json.cjs` or `*.json.mjs`). ## [17.1.0]