diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d48d3d..3288a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 6.1.2021 3.1.3 + +## Fixed + +- Fixed desktop Safari issue when starting in certain camera resolutions. + ## 1.1.2021 3.1.2 ## Fixed diff --git a/README.md b/README.md index 65f238c..8b35f03 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iProov Biometrics Web SDK v3.1.2 +# iProov Biometrics Web SDK v3.1.3 ## 📖 Table of contents diff --git a/demo/src/static/package.json b/demo/src/static/package.json index 6ed6b00..cba9934 100644 --- a/demo/src/static/package.json +++ b/demo/src/static/package.json @@ -7,6 +7,6 @@ "author": "", "devDependencies": {}, "dependencies": { - "@iproov/web": "^3.1.2" + "@iproov/web": "^3.1.3" } }