diff --git a/.github/workflows/main-release.yml b/.github/workflows/main-release.yml index 50aaf7c..db13c6f 100644 --- a/.github/workflows/main-release.yml +++ b/.github/workflows/main-release.yml @@ -2,7 +2,7 @@ name: Release & Publish on: push: - branches: [main] + branches: [main, SanthoshCharan/test-oidc-publish] jobs: ci: diff --git a/CHANGELOG.md b/CHANGELOG.md index f76d5bc..ca514c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.9.10](https://github.com/BoltApp/bolt-react-native-sdk/compare/v0.9.9...v0.9.10) (2026-07-06) + +### Bug Fixes + +* dummy change to verify OIDC npm publish end-to-end ([014830d](https://github.com/BoltApp/bolt-react-native-sdk/commit/014830d9edc589a29fb72dde9751928e44297642)) + ## [0.9.9](https://github.com/BoltApp/bolt-react-native-sdk/compare/v0.9.8...v0.9.9) (2026-07-06) ## [0.9.8](https://github.com/BoltApp/bolt-react-native-sdk/compare/v0.9.7...v0.9.8) (2026-07-03) diff --git a/README.md b/README.md index 1ab675e..9e5ff89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![npm version](https://img.shields.io/npm/v/@boltpay/react-native)](https://www.npmjs.com/package/@boltpay/react-native) [![build](https://img.shields.io/github/actions/workflow/status/BoltApp/bolt-react-native-sdk/ci.yml?branch=main)](https://github.com/BoltApp/bolt-react-native-sdk/actions/workflows/ci.yml) [![license](https://img.shields.io/npm/l/@boltpay/react-native)](LICENSE) + + Bolt React Native SDK for payments. Provides Credit Card tokenization, 3D Secure verification, Apple Pay, and Google Pay — all integrated with the Bolt payment platform. diff --git a/package.json b/package.json index 4ca44b8..6c920e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boltpay/react-native", - "version": "0.9.9", + "version": "0.9.10", "description": "Bolt React Native SDK", "license": "MIT", "main": "./lib/module/index.js",