Skip to content

Commit

Permalink
Bump version + update changelog for 2.3.0 (#316)
Browse files Browse the repository at this point in the history
* add documentation

* bump version
  • Loading branch information
sumxu96 authored Oct 21, 2024
1 parent cb2f991 commit 4dd97cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [2.3.0] - 2024-10-21
- Add Offramp support with `generateOffRampURL` and `initOffRamp` functions

## [2.2.1] - 2024-08-01
- Added `redirectUrl` widget parameter

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down

0 comments on commit 4dd97cd

Please sign in to comment.