Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Jul 3, 2024
1 parent da2f284 commit 3d7ff9d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ 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]

### Added

- 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

0 comments on commit 3d7ff9d

Please sign in to comment.