diff --git a/package.json b/package.json index 25643c25e5..bf0f78a5ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "1102.0.0", + "version": "1103.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/money-account-api-data-service/CHANGELOG.md b/packages/money-account-api-data-service/CHANGELOG.md index b2921188d3..21a36bc23b 100644 --- a/packages/money-account-api-data-service/CHANGELOG.md +++ b/packages/money-account-api-data-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] + ### Added - Add `MoneyAccountApiDataService` data service ([#9402](https://github.com/MetaMask/core/pull/9402)) @@ -15,4 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fetch cursor-paginated cash-flow history (`fetchHistory`) - Fetch vault exchange-rate time series (`fetchRateHistory`) -[Unreleased]: https://github.com/MetaMask/core/ +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.1.0...HEAD +[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/money-account-api-data-service@0.1.0 diff --git a/packages/money-account-api-data-service/package.json b/packages/money-account-api-data-service/package.json index aebbda7765..10594d803b 100644 --- a/packages/money-account-api-data-service/package.json +++ b/packages/money-account-api-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-api-data-service", - "version": "0.0.0", + "version": "0.1.0", "description": "Data service for fetching Money account positions, interest, cash-flow history, and vault rate history from the Money Account API", "keywords": [ "Ethereum",