From 3d7ff9d11455472250be144eb2b0dd662644778c Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 3 Jul 2024 19:04:19 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfa23e..89309b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] -### Uncategorized +### Changed -- refactor: replace `superstruct` with `@metamask/superstruct` + bump `@metamask/utils` ([#5](https://github.com/MetaMask/accounts-chain-api/pull/5)) +- Bump `@metamask/utils` from `^8.4.0` to `^9.0.0`. ([#5](https://github.com/MetaMask/accounts-chain-api/pull/5)) + +### Fixed + +- Replace `superstruct` with ESM-compatible `@metamask/superstruct` `^3.1.0`. ([#5](https://github.com/MetaMask/accounts-chain-api/pull/5)) + - This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option. ## [0.0.1] @@ -19,6 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `chain_getBalances` method ([#1](https://github.com/MetaMask/chain-api/pull/1)) -[Unreleased]: https://github.com/MetaMask/accounts-chain-api/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/MetaMask/accounts-chain-api/compare/v0.0.1...v0.1.0 -[0.0.1]: https://github.com/MetaMask/accounts-chain-api/releases/tag/v0.0.1 +[Unreleased]: https://github.com/MetaMask/chain-api/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/MetaMask/chain-api/compare/v0.0.1...v0.1.0 +[0.0.1]: https://github.com/MetaMask/chain-api/releases/tag/v0.0.1