From cf27673b8798e08a4e88d41fa6900f6fceb4d5f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jul 2023 13:38:23 +0000 Subject: [PATCH] chore(release): 1.12.2 [skip ci] ## [1.12.2](https://github.com/Basis-Theory/basis-theory-react/compare/v1.12.1...v1.12.2) (2023-07-18) ### Bug Fixes * upgrade js sdk ([#170](https://github.com/Basis-Theory/basis-theory-react/issues/170)) ([babd348](https://github.com/Basis-Theory/basis-theory-react/commit/babd3483b3805290c9c743ac4d4b0c4ba7942a94)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41cdcc..1b35bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://github.com/Basis-Theory/basis-theory-react/compare/v1.12.1...v1.12.2) (2023-07-18) + + +### Bug Fixes + +* upgrade js sdk ([#170](https://github.com/Basis-Theory/basis-theory-react/issues/170)) ([babd348](https://github.com/Basis-Theory/basis-theory-react/commit/babd3483b3805290c9c743ac4d4b0c4ba7942a94)) + ## [1.12.1](https://github.com/Basis-Theory/basis-theory-react/compare/v1.12.0...v1.12.1) (2023-07-06) diff --git a/package.json b/package.json index 982e938..b101385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@basis-theory/basis-theory-react", - "version": "1.12.1", + "version": "1.12.2", "description": "Thin React wrapper for BasisTheory JS SDK", "repository": "https://github.com/Basis-Theory/basis-theory-react", "license": "Apache-2.0",