diff --git a/CHANGELOG.md b/CHANGELOG.md index 253fcad..ba7fb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/Basis-Theory/basis-theory-react/compare/v1.4.0...v1.4.1) (2022-08-12) + + +### Bug Fixes + +* add wrapper ref to wrapper div and use element hook ([#110](https://github.com/Basis-Theory/basis-theory-react/issues/110)) ([030304a](https://github.com/Basis-Theory/basis-theory-react/commit/030304a5693f3d06fc7873e92b4a765c57ebd52e)) + # [1.4.0](https://github.com/Basis-Theory/basis-theory-react/compare/v1.3.3...v1.4.0) (2022-07-01) diff --git a/package.json b/package.json index 3558fe3..dc6afd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@basis-theory/basis-theory-react", - "version": "1.4.0", + "version": "1.4.1", "description": "Thin React wrapper for BasisTheory JS SDK", "repository": "https://github.com/Basis-Theory/basis-theory-react", "license": "Apache-2.0",