diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a383a0..f22cc84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.1.1] + +### 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 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] ### Changed @@ -422,7 +437,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",