Skip to content

Commit

Permalink
0.1.0 (#6)
Browse files Browse the repository at this point in the history
This is the release candidate for version 0.1.0.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 896ef88 commit 4ccfb9c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4ccfb9c

Please sign in to comment.