We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2f991 commit 4dd97cdCopy full SHA for 4dd97cd
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [2.3.0] - 2024-10-21
6
+- Add Offramp support with `generateOffRampURL` and `initOffRamp` functions
7
+
8
## [2.2.1] - 2024-08-01
9
- Added `redirectUrl` widget parameter
10
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@coinbase/cbpay-js",
"repository": "https://github.com/coinbase/cbpay-js",
- "version": "2.2.1",
+ "version": "2.3.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments