Skip to content

Commit 4dd97cd

Browse files
authored
Bump version + update changelog for 2.3.0 (#316)
* add documentation * bump version
1 parent cb2f991 commit 4dd97cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.0] - 2024-10-21
6+
- Add Offramp support with `generateOffRampURL` and `initOffRamp` functions
7+
58
## [2.2.1] - 2024-08-01
69
- Added `redirectUrl` widget parameter
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coinbase/cbpay-js",
33
"repository": "https://github.com/coinbase/cbpay-js",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)