Skip to content

Commit

Permalink
Release sdk 3.1.0 🚀 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
1 parent 40bfdf2 commit 6aabd96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/customer": "0.2.0",
"packages/sdk": "3.0.1",
"packages/sdk": "3.1.0",
"packages/sdk-react-provider": "1.0.1"
}
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/monerium/js-monorepo/compare/sdk-v3.0.1...sdk-v3.1.0) (2025-01-06)


### Features

* sandbox chains now use testnet names (e.g. ethereum -&gt; sepolia, gnosis -> chiado ...) ([#110](https://github.com/monerium/js-monorepo/issues/110)) ([40bfdf2](https://github.com/monerium/js-monorepo/commit/40bfdf2f65b41f3d89ab4af60e959506edaf6d67))


### Bug Fixes

* refresh token doc ([#106](https://github.com/monerium/js-monorepo/issues/106)) ([234bbf3](https://github.com/monerium/js-monorepo/commit/234bbf316848e5008bd70bd9539e825b6d0a12dc))

## [3.0.1](https://github.com/monerium/js-monorepo/compare/sdk-v3.0.0...sdk-v3.0.1) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monerium/sdk",
"version": "3.0.1",
"version": "3.1.0",
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6aabd96

Please sign in to comment.