From acfaa9482fc2da156f6bd5e6d245a8610d18b110 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 7 Nov 2023 23:44:40 +0000 Subject: [PATCH] format changelog entry with backticks --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ffb557..d5dbc951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.0.0] ### Changed - **BREAKING**: Update to streams3 API ([#288](https://github.com/MetaMask/providers/pull/288)) - - Update extension-port-stream from ^2.1.1 to ^3.0.0 - - Force subdependency readable-stream to ^3.6.2 in resolutions - - Update json-rpc-middleware-stream from ^4.2.3 to ^5.0.1 - - Update @metamask/object-multiplex from ^1.3.0 to ^2.0.0 - - Add direct dependency on readable-stream@^3.6.2 - - Replace internal usage of stream with readable-stream + - Update `extension-port-stream` from `^2.1.1` to `^3.0.0` + - Force subdependency `readable-stream` to `^3.6.2` in resolutions + - Update `json-rpc-middleware-stream` from `^4.2.3` to `^5.0.1` + - Update `@metamask/object-multiplex` from `^1.3.0` to `^2.0.0` + - Add direct dependency on `readable-stream@^3.6.2` + - Replace internal usage of stream with `readable-stream` ## [13.1.0] ### Added