Skip to content

Commit

Permalink
Release sdk 2.13.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 9, 2024
1 parent d7dd2f3 commit c6e1fac
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0.2",
"packages/sdk": "2.13.1",
"packages/sdk": "2.13.2",
"packages/sdk-react-provider": "0.1.2"
}
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.13.2](https://github.com/monerium/js-monorepo/compare/sdk-v2.13.1...sdk-v2.13.2) (2024-07-09)


### Bug Fixes

* **sdk:** expect the v2 address ([c9d5c82](https://github.com/monerium/js-monorepo/commit/c9d5c82c64106342ceb8c1429ab330ef6599e171))
* **sdk:** skip all client.tests, probably failing because of recent ddos attack ([ea2475b](https://github.com/monerium/js-monorepo/commit/ea2475b65af751b449eb9456baf99319dd3ff589))
* **sdk:** skip bundle smpke test, probably not working in pipeline because of recent ddos attacks ([d7dd2f3](https://github.com/monerium/js-monorepo/commit/d7dd2f31ee14faec91d785d992389ffb611f1f1f))

## [2.13.1](https://github.com/monerium/js-monorepo/compare/sdk-v2.13.0...sdk-v2.13.1) (2024-06-20)


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": "2.13.1",
"version": "2.13.2",
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c6e1fac

Please sign in to comment.