From 4ccfb9cd842c6e8700b65b2164413b604a385954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:12:45 -0400 Subject: [PATCH] 0.1.0 (#6) This is the release candidate for version 0.1.0. --------- Co-authored-by: github-actions Co-authored-by: Charly Chevalier --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2483ddc..89309b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] + +### Changed + +- 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] ### Added - Add `chain_getBalances` method ([#1](https://github.com/MetaMask/chain-api/pull/1)) -[Unreleased]: https://github.com/MetaMask/chain-api/compare/v0.0.1...HEAD +[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 diff --git a/package.json b/package.json index 4836d6c..50968a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/chain-api", - "version": "0.0.1", + "version": "0.1.0", "description": "The MetaMask chain-agnostic API", "homepage": "https://github.com/MetaMask/chain-api#readme", "bugs": {