From e75765c2422197a5f11786416fa89e0831eda1a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Oct 2022 19:23:53 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/Basis-Theory/basis-theory-react/compare/v1.5.3...v1.6.0) (2022-10-20) ### Features * support react 18 ([#120](https://github.com/Basis-Theory/basis-theory-react/issues/120)) ([d66c41b](https://github.com/Basis-Theory/basis-theory-react/commit/d66c41b6ad2e824e6dabaf5ce52998a7a95332ef)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d366668..c994d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/Basis-Theory/basis-theory-react/compare/v1.5.3...v1.6.0) (2022-10-20) + + +### Features + +* support react 18 ([#120](https://github.com/Basis-Theory/basis-theory-react/issues/120)) ([d66c41b](https://github.com/Basis-Theory/basis-theory-react/commit/d66c41b6ad2e824e6dabaf5ce52998a7a95332ef)) + ## [1.5.3](https://github.com/Basis-Theory/basis-theory-react/compare/v1.5.2...v1.5.3) (2022-09-05) diff --git a/package.json b/package.json index 7a9da67..537fcc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@basis-theory/basis-theory-react", - "version": "1.5.3", + "version": "1.6.0", "description": "Thin React wrapper for BasisTheory JS SDK", "repository": "https://github.com/Basis-Theory/basis-theory-react", "license": "Apache-2.0",